@cloud-copilot/iam-data 0.9.202412071 → 0.9.202412111
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/data/actions/cleanrooms.json +2 -2
- package/data/actions/cognito-idp.json +75 -0
- package/data/actions/ec2.json +446 -13
- package/data/actions/mgn.json +588 -0
- package/data/actions/tax.json +0 -4
- package/data/conditionKeys/ec2.json +15 -0
- package/data/resourceTypes/ec2.json +37 -1
- package/data/resourceTypes/mgn.json +7 -0
- package/package.json +2 -2
package/data/actions/mgn.json
CHANGED
|
@@ -144,6 +144,14 @@
|
|
|
144
144
|
],
|
|
145
145
|
"dependentActions": []
|
|
146
146
|
},
|
|
147
|
+
"createnetworkmigrationdefinition": {
|
|
148
|
+
"name": "CreateNetworkMigrationDefinition",
|
|
149
|
+
"description": "Grants permission to create a network migration definition",
|
|
150
|
+
"accessLevel": "Write",
|
|
151
|
+
"resourceTypes": [],
|
|
152
|
+
"conditionKeys": [],
|
|
153
|
+
"dependentActions": []
|
|
154
|
+
},
|
|
147
155
|
"createreplicationconfigurationtemplate": {
|
|
148
156
|
"name": "CreateReplicationConfigurationTemplate",
|
|
149
157
|
"description": "Grants permission to create replication configuration template",
|
|
@@ -238,6 +246,21 @@
|
|
|
238
246
|
"conditionKeys": [],
|
|
239
247
|
"dependentActions": []
|
|
240
248
|
},
|
|
249
|
+
"deletenetworkmigrationdefinition": {
|
|
250
|
+
"name": "DeleteNetworkMigrationDefinition",
|
|
251
|
+
"description": "Grants permission to delete a network migration definition",
|
|
252
|
+
"accessLevel": "Write",
|
|
253
|
+
"resourceTypes": [
|
|
254
|
+
{
|
|
255
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
256
|
+
"required": true,
|
|
257
|
+
"conditionKeys": [],
|
|
258
|
+
"dependentActions": []
|
|
259
|
+
}
|
|
260
|
+
],
|
|
261
|
+
"conditionKeys": [],
|
|
262
|
+
"dependentActions": []
|
|
263
|
+
},
|
|
241
264
|
"deletereplicationconfigurationtemplate": {
|
|
242
265
|
"name": "DeleteReplicationConfigurationTemplate",
|
|
243
266
|
"description": "Grants permission to delete replication configuration template",
|
|
@@ -556,6 +579,36 @@
|
|
|
556
579
|
"conditionKeys": [],
|
|
557
580
|
"dependentActions": []
|
|
558
581
|
},
|
|
582
|
+
"getnetworkmigrationdefinition": {
|
|
583
|
+
"name": "GetNetworkMigrationDefinition",
|
|
584
|
+
"description": "Grants permission to get a network migration definition",
|
|
585
|
+
"accessLevel": "Read",
|
|
586
|
+
"resourceTypes": [
|
|
587
|
+
{
|
|
588
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
589
|
+
"required": true,
|
|
590
|
+
"conditionKeys": [],
|
|
591
|
+
"dependentActions": []
|
|
592
|
+
}
|
|
593
|
+
],
|
|
594
|
+
"conditionKeys": [],
|
|
595
|
+
"dependentActions": []
|
|
596
|
+
},
|
|
597
|
+
"getnetworkmigrationmappersegmentconstruct": {
|
|
598
|
+
"name": "GetNetworkMigrationMapperSegmentConstruct",
|
|
599
|
+
"description": "Grants permission to get a network migration mapper segment construct",
|
|
600
|
+
"accessLevel": "Read",
|
|
601
|
+
"resourceTypes": [
|
|
602
|
+
{
|
|
603
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
604
|
+
"required": true,
|
|
605
|
+
"conditionKeys": [],
|
|
606
|
+
"dependentActions": []
|
|
607
|
+
}
|
|
608
|
+
],
|
|
609
|
+
"conditionKeys": [],
|
|
610
|
+
"dependentActions": []
|
|
611
|
+
},
|
|
559
612
|
"getreplicationconfiguration": {
|
|
560
613
|
"name": "GetReplicationConfiguration",
|
|
561
614
|
"description": "Grants permission to get replication configuration",
|
|
@@ -686,6 +739,179 @@
|
|
|
686
739
|
"conditionKeys": [],
|
|
687
740
|
"dependentActions": []
|
|
688
741
|
},
|
|
742
|
+
"listnetworkmigrationanalyses": {
|
|
743
|
+
"name": "ListNetworkMigrationAnalyses",
|
|
744
|
+
"description": "Grants permission to list network migration analyses",
|
|
745
|
+
"accessLevel": "List",
|
|
746
|
+
"resourceTypes": [
|
|
747
|
+
{
|
|
748
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
749
|
+
"required": true,
|
|
750
|
+
"conditionKeys": [],
|
|
751
|
+
"dependentActions": []
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"conditionKeys": [],
|
|
755
|
+
"dependentActions": []
|
|
756
|
+
},
|
|
757
|
+
"listnetworkmigrationanalysisresults": {
|
|
758
|
+
"name": "ListNetworkMigrationAnalysisResults",
|
|
759
|
+
"description": "Grants permission to list network migration analysis results",
|
|
760
|
+
"accessLevel": "List",
|
|
761
|
+
"resourceTypes": [
|
|
762
|
+
{
|
|
763
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
764
|
+
"required": true,
|
|
765
|
+
"conditionKeys": [],
|
|
766
|
+
"dependentActions": []
|
|
767
|
+
}
|
|
768
|
+
],
|
|
769
|
+
"conditionKeys": [],
|
|
770
|
+
"dependentActions": []
|
|
771
|
+
},
|
|
772
|
+
"listnetworkmigrationcodegenerationsegments": {
|
|
773
|
+
"name": "ListNetworkMigrationCodeGenerationSegments",
|
|
774
|
+
"description": "Grants permission to list network migration code generation segments",
|
|
775
|
+
"accessLevel": "List",
|
|
776
|
+
"resourceTypes": [
|
|
777
|
+
{
|
|
778
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
779
|
+
"required": true,
|
|
780
|
+
"conditionKeys": [],
|
|
781
|
+
"dependentActions": []
|
|
782
|
+
}
|
|
783
|
+
],
|
|
784
|
+
"conditionKeys": [],
|
|
785
|
+
"dependentActions": []
|
|
786
|
+
},
|
|
787
|
+
"listnetworkmigrationcodegenerations": {
|
|
788
|
+
"name": "ListNetworkMigrationCodeGenerations",
|
|
789
|
+
"description": "Grants permission to list network migration code generations",
|
|
790
|
+
"accessLevel": "List",
|
|
791
|
+
"resourceTypes": [
|
|
792
|
+
{
|
|
793
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
794
|
+
"required": true,
|
|
795
|
+
"conditionKeys": [],
|
|
796
|
+
"dependentActions": []
|
|
797
|
+
}
|
|
798
|
+
],
|
|
799
|
+
"conditionKeys": [],
|
|
800
|
+
"dependentActions": []
|
|
801
|
+
},
|
|
802
|
+
"listnetworkmigrationdefinitions": {
|
|
803
|
+
"name": "ListNetworkMigrationDefinitions",
|
|
804
|
+
"description": "Grants permission to list network migration definitions",
|
|
805
|
+
"accessLevel": "List",
|
|
806
|
+
"resourceTypes": [],
|
|
807
|
+
"conditionKeys": [],
|
|
808
|
+
"dependentActions": []
|
|
809
|
+
},
|
|
810
|
+
"listnetworkmigrationdeployedstacks": {
|
|
811
|
+
"name": "ListNetworkMigrationDeployedStacks",
|
|
812
|
+
"description": "Grants permission to list network migration deployed stacks",
|
|
813
|
+
"accessLevel": "List",
|
|
814
|
+
"resourceTypes": [
|
|
815
|
+
{
|
|
816
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
817
|
+
"required": true,
|
|
818
|
+
"conditionKeys": [],
|
|
819
|
+
"dependentActions": []
|
|
820
|
+
}
|
|
821
|
+
],
|
|
822
|
+
"conditionKeys": [],
|
|
823
|
+
"dependentActions": []
|
|
824
|
+
},
|
|
825
|
+
"listnetworkmigrationdeployedstacksdeletions": {
|
|
826
|
+
"name": "ListNetworkMigrationDeployedStacksDeletions",
|
|
827
|
+
"description": "Grants permission to list network migration deployed stacks deletions",
|
|
828
|
+
"accessLevel": "List",
|
|
829
|
+
"resourceTypes": [
|
|
830
|
+
{
|
|
831
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
832
|
+
"required": true,
|
|
833
|
+
"conditionKeys": [],
|
|
834
|
+
"dependentActions": []
|
|
835
|
+
}
|
|
836
|
+
],
|
|
837
|
+
"conditionKeys": [],
|
|
838
|
+
"dependentActions": []
|
|
839
|
+
},
|
|
840
|
+
"listnetworkmigrationdeployments": {
|
|
841
|
+
"name": "ListNetworkMigrationDeployments",
|
|
842
|
+
"description": "Grants permission to list network migration deployments",
|
|
843
|
+
"accessLevel": "List",
|
|
844
|
+
"resourceTypes": [
|
|
845
|
+
{
|
|
846
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
847
|
+
"required": true,
|
|
848
|
+
"conditionKeys": [],
|
|
849
|
+
"dependentActions": []
|
|
850
|
+
}
|
|
851
|
+
],
|
|
852
|
+
"conditionKeys": [],
|
|
853
|
+
"dependentActions": []
|
|
854
|
+
},
|
|
855
|
+
"listnetworkmigrationexecutions": {
|
|
856
|
+
"name": "ListNetworkMigrationExecutions",
|
|
857
|
+
"description": "Grants permission to list network migration executions",
|
|
858
|
+
"accessLevel": "List",
|
|
859
|
+
"resourceTypes": [
|
|
860
|
+
{
|
|
861
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
862
|
+
"required": true,
|
|
863
|
+
"conditionKeys": [],
|
|
864
|
+
"dependentActions": []
|
|
865
|
+
}
|
|
866
|
+
],
|
|
867
|
+
"conditionKeys": [],
|
|
868
|
+
"dependentActions": []
|
|
869
|
+
},
|
|
870
|
+
"listnetworkmigrationmappersegmentconstructs": {
|
|
871
|
+
"name": "ListNetworkMigrationMapperSegmentConstructs",
|
|
872
|
+
"description": "Grants permission to list network migration mapper segment constructs",
|
|
873
|
+
"accessLevel": "List",
|
|
874
|
+
"resourceTypes": [
|
|
875
|
+
{
|
|
876
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
877
|
+
"required": true,
|
|
878
|
+
"conditionKeys": [],
|
|
879
|
+
"dependentActions": []
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"conditionKeys": [],
|
|
883
|
+
"dependentActions": []
|
|
884
|
+
},
|
|
885
|
+
"listnetworkmigrationmappersegments": {
|
|
886
|
+
"name": "ListNetworkMigrationMapperSegments",
|
|
887
|
+
"description": "Grants permission to list network migration mapper segments",
|
|
888
|
+
"accessLevel": "List",
|
|
889
|
+
"resourceTypes": [
|
|
890
|
+
{
|
|
891
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
892
|
+
"required": true,
|
|
893
|
+
"conditionKeys": [],
|
|
894
|
+
"dependentActions": []
|
|
895
|
+
}
|
|
896
|
+
],
|
|
897
|
+
"conditionKeys": [],
|
|
898
|
+
"dependentActions": []
|
|
899
|
+
},
|
|
900
|
+
"listnetworkmigrationmappings": {
|
|
901
|
+
"name": "ListNetworkMigrationMappings",
|
|
902
|
+
"description": "Grants permission to list network migration mappings",
|
|
903
|
+
"accessLevel": "List",
|
|
904
|
+
"resourceTypes": [
|
|
905
|
+
{
|
|
906
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
907
|
+
"required": true,
|
|
908
|
+
"conditionKeys": [],
|
|
909
|
+
"dependentActions": []
|
|
910
|
+
}
|
|
911
|
+
],
|
|
912
|
+
"conditionKeys": [],
|
|
913
|
+
"dependentActions": []
|
|
914
|
+
},
|
|
689
915
|
"listsourceserveractions": {
|
|
690
916
|
"name": "ListSourceServerActions",
|
|
691
917
|
"description": "Grants permission to list source server action documents",
|
|
@@ -1140,6 +1366,323 @@
|
|
|
1140
1366
|
"s3:PutObject"
|
|
1141
1367
|
]
|
|
1142
1368
|
},
|
|
1369
|
+
"startnetworkmigrationanalysis": {
|
|
1370
|
+
"name": "StartNetworkMigrationAnalysis",
|
|
1371
|
+
"description": "Grants permission to start a network migration analysis",
|
|
1372
|
+
"accessLevel": "Write",
|
|
1373
|
+
"resourceTypes": [
|
|
1374
|
+
{
|
|
1375
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
1376
|
+
"required": true,
|
|
1377
|
+
"conditionKeys": [],
|
|
1378
|
+
"dependentActions": []
|
|
1379
|
+
}
|
|
1380
|
+
],
|
|
1381
|
+
"conditionKeys": [],
|
|
1382
|
+
"dependentActions": [
|
|
1383
|
+
"directconnect:DescribeConnections",
|
|
1384
|
+
"directconnect:DescribeDirectConnectGatewayAssociations",
|
|
1385
|
+
"directconnect:DescribeDirectConnectGatewayAttachments",
|
|
1386
|
+
"directconnect:DescribeDirectConnectGateways",
|
|
1387
|
+
"directconnect:DescribeVirtualGateways",
|
|
1388
|
+
"directconnect:DescribeVirtualInterfaces",
|
|
1389
|
+
"ec2:AuthorizeSecurityGroupIngress",
|
|
1390
|
+
"ec2:CreateNetworkInsightsPath",
|
|
1391
|
+
"ec2:CreateNetworkInterface",
|
|
1392
|
+
"ec2:CreateSecurityGroup",
|
|
1393
|
+
"ec2:CreateTags",
|
|
1394
|
+
"ec2:DeleteNetworkInsightsAnalysis",
|
|
1395
|
+
"ec2:DeleteNetworkInsightsPath",
|
|
1396
|
+
"ec2:DeleteNetworkInterface",
|
|
1397
|
+
"ec2:DeleteSecurityGroup",
|
|
1398
|
+
"ec2:DeleteTags",
|
|
1399
|
+
"ec2:DescribeAvailabilityZones",
|
|
1400
|
+
"ec2:DescribeCustomerGateways",
|
|
1401
|
+
"ec2:DescribeInstances",
|
|
1402
|
+
"ec2:DescribeInternetGateways",
|
|
1403
|
+
"ec2:DescribeManagedPrefixLists",
|
|
1404
|
+
"ec2:DescribeNatGateways",
|
|
1405
|
+
"ec2:DescribeNetworkAcls",
|
|
1406
|
+
"ec2:DescribeNetworkInsightsAnalyses",
|
|
1407
|
+
"ec2:DescribeNetworkInsightsPaths",
|
|
1408
|
+
"ec2:DescribeNetworkInterfaces",
|
|
1409
|
+
"ec2:DescribePrefixLists",
|
|
1410
|
+
"ec2:DescribeRegions",
|
|
1411
|
+
"ec2:DescribeRouteTables",
|
|
1412
|
+
"ec2:DescribeSecurityGroups",
|
|
1413
|
+
"ec2:DescribeSubnets",
|
|
1414
|
+
"ec2:DescribeTransitGatewayAttachments",
|
|
1415
|
+
"ec2:DescribeTransitGatewayConnects",
|
|
1416
|
+
"ec2:DescribeTransitGatewayPeeringAttachments",
|
|
1417
|
+
"ec2:DescribeTransitGatewayRouteTables",
|
|
1418
|
+
"ec2:DescribeTransitGatewayVpcAttachments",
|
|
1419
|
+
"ec2:DescribeTransitGateways",
|
|
1420
|
+
"ec2:DescribeVpcEndpointServiceConfigurations",
|
|
1421
|
+
"ec2:DescribeVpcEndpoints",
|
|
1422
|
+
"ec2:DescribeVpcPeeringConnections",
|
|
1423
|
+
"ec2:DescribeVpcs",
|
|
1424
|
+
"ec2:DescribeVpnConnections",
|
|
1425
|
+
"ec2:DescribeVpnGateways",
|
|
1426
|
+
"ec2:GetManagedPrefixListEntries",
|
|
1427
|
+
"ec2:GetTransitGatewayRouteTablePropagations",
|
|
1428
|
+
"ec2:SearchTransitGatewayRoutes",
|
|
1429
|
+
"ec2:StartNetworkInsightsAnalysis",
|
|
1430
|
+
"elasticloadbalancing:DescribeListeners",
|
|
1431
|
+
"elasticloadbalancing:DescribeLoadBalancerAttributes",
|
|
1432
|
+
"elasticloadbalancing:DescribeLoadBalancers",
|
|
1433
|
+
"elasticloadbalancing:DescribeRules",
|
|
1434
|
+
"elasticloadbalancing:DescribeTags",
|
|
1435
|
+
"elasticloadbalancing:DescribeTargetGroupAttributes",
|
|
1436
|
+
"elasticloadbalancing:DescribeTargetGroups",
|
|
1437
|
+
"elasticloadbalancing:DescribeTargetHealth",
|
|
1438
|
+
"globalaccelerator:ListAccelerators",
|
|
1439
|
+
"globalaccelerator:ListCustomRoutingAccelerators",
|
|
1440
|
+
"globalaccelerator:ListCustomRoutingEndpointGroups",
|
|
1441
|
+
"globalaccelerator:ListCustomRoutingListeners",
|
|
1442
|
+
"globalaccelerator:ListCustomRoutingPortMappings",
|
|
1443
|
+
"globalaccelerator:ListEndpointGroups",
|
|
1444
|
+
"globalaccelerator:ListListeners",
|
|
1445
|
+
"network-firewall:DescribeFirewall",
|
|
1446
|
+
"network-firewall:DescribeFirewallPolicy",
|
|
1447
|
+
"network-firewall:DescribeResourcePolicy",
|
|
1448
|
+
"network-firewall:DescribeRuleGroup",
|
|
1449
|
+
"network-firewall:ListFirewallPolicies",
|
|
1450
|
+
"network-firewall:ListFirewalls",
|
|
1451
|
+
"network-firewall:ListRuleGroups",
|
|
1452
|
+
"tiros:CreateQuery",
|
|
1453
|
+
"tiros:ExtendQuery",
|
|
1454
|
+
"tiros:GetQueryAnswer",
|
|
1455
|
+
"tiros:GetQueryExplanation",
|
|
1456
|
+
"tiros:GetQueryExtensionAccounts"
|
|
1457
|
+
]
|
|
1458
|
+
},
|
|
1459
|
+
"startnetworkmigrationcodegeneration": {
|
|
1460
|
+
"name": "StartNetworkMigrationCodeGeneration",
|
|
1461
|
+
"description": "Grants permission to start network migration code generation",
|
|
1462
|
+
"accessLevel": "Write",
|
|
1463
|
+
"resourceTypes": [
|
|
1464
|
+
{
|
|
1465
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
1466
|
+
"required": true,
|
|
1467
|
+
"conditionKeys": [],
|
|
1468
|
+
"dependentActions": []
|
|
1469
|
+
}
|
|
1470
|
+
],
|
|
1471
|
+
"conditionKeys": [],
|
|
1472
|
+
"dependentActions": []
|
|
1473
|
+
},
|
|
1474
|
+
"startnetworkmigrationdeployedstacksdeletion": {
|
|
1475
|
+
"name": "StartNetworkMigrationDeployedStacksDeletion",
|
|
1476
|
+
"description": "Grants permission to start deletion of network migration deployed stacks",
|
|
1477
|
+
"accessLevel": "Write",
|
|
1478
|
+
"resourceTypes": [
|
|
1479
|
+
{
|
|
1480
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
1481
|
+
"required": true,
|
|
1482
|
+
"conditionKeys": [],
|
|
1483
|
+
"dependentActions": []
|
|
1484
|
+
}
|
|
1485
|
+
],
|
|
1486
|
+
"conditionKeys": [],
|
|
1487
|
+
"dependentActions": [
|
|
1488
|
+
"ec2:AcceptTransitGatewayVpcAttachment",
|
|
1489
|
+
"ec2:AssociateNatGatewayAddress",
|
|
1490
|
+
"ec2:AssociateRouteTable",
|
|
1491
|
+
"ec2:AssociateSubnetCidrBlock",
|
|
1492
|
+
"ec2:AssociateTransitGatewayRouteTable",
|
|
1493
|
+
"ec2:AssociateVpcCidrBlock",
|
|
1494
|
+
"ec2:AttachInternetGateway",
|
|
1495
|
+
"ec2:AttachVolume",
|
|
1496
|
+
"ec2:AuthorizeSecurityGroupEgress",
|
|
1497
|
+
"ec2:AuthorizeSecurityGroupIngress",
|
|
1498
|
+
"ec2:DeleteInternetGateway",
|
|
1499
|
+
"ec2:DeleteLaunchTemplate",
|
|
1500
|
+
"ec2:DeleteLaunchTemplateVersions",
|
|
1501
|
+
"ec2:DeleteNatGateway",
|
|
1502
|
+
"ec2:DeleteNetworkAcl",
|
|
1503
|
+
"ec2:DeleteNetworkAclEntry",
|
|
1504
|
+
"ec2:DeleteNetworkInsightsAnalysis",
|
|
1505
|
+
"ec2:DeleteNetworkInsightsPath",
|
|
1506
|
+
"ec2:DeleteNetworkInterface",
|
|
1507
|
+
"ec2:DeleteRoute",
|
|
1508
|
+
"ec2:DeleteRouteTable",
|
|
1509
|
+
"ec2:DeleteSecurityGroup",
|
|
1510
|
+
"ec2:DeleteSnapshot",
|
|
1511
|
+
"ec2:DeleteSubnet",
|
|
1512
|
+
"ec2:DeleteTransitGateway",
|
|
1513
|
+
"ec2:DeleteTransitGatewayRoute",
|
|
1514
|
+
"ec2:DeleteTransitGatewayRouteTable",
|
|
1515
|
+
"ec2:DeleteTransitGatewayVpcAttachment",
|
|
1516
|
+
"ec2:DeleteVolume",
|
|
1517
|
+
"ec2:DeleteVpc",
|
|
1518
|
+
"ec2:DetachInternetGateway",
|
|
1519
|
+
"ec2:DetachVolume",
|
|
1520
|
+
"ec2:DisableTransitGatewayRouteTablePropagation",
|
|
1521
|
+
"ec2:DisassociateNatGatewayAddress",
|
|
1522
|
+
"ec2:DisassociateRouteTable",
|
|
1523
|
+
"ec2:DisassociateTransitGatewayRouteTable",
|
|
1524
|
+
"ec2:EnableTransitGatewayRouteTablePropagation",
|
|
1525
|
+
"ec2:ModifyInstanceAttribute",
|
|
1526
|
+
"ec2:ModifyLaunchTemplate",
|
|
1527
|
+
"ec2:ModifySubnetAttribute",
|
|
1528
|
+
"ec2:ModifyTransitGateway",
|
|
1529
|
+
"ec2:ModifyTransitGatewayVpcAttachment",
|
|
1530
|
+
"ec2:ModifyVolume",
|
|
1531
|
+
"ec2:ModifyVpcAttribute",
|
|
1532
|
+
"ec2:RejectTransitGatewayVpcAttachment",
|
|
1533
|
+
"ec2:ReleaseAddress",
|
|
1534
|
+
"ec2:ReplaceNetworkAclAssociation",
|
|
1535
|
+
"ec2:ReplaceNetworkAclEntry",
|
|
1536
|
+
"ec2:ReplaceRoute",
|
|
1537
|
+
"ec2:ReplaceTransitGatewayRoute",
|
|
1538
|
+
"ec2:RevokeSecurityGroupEgress",
|
|
1539
|
+
"ec2:RevokeSecurityGroupIngress",
|
|
1540
|
+
"ec2:SearchTransitGatewayRoutes"
|
|
1541
|
+
]
|
|
1542
|
+
},
|
|
1543
|
+
"startnetworkmigrationdeployment": {
|
|
1544
|
+
"name": "StartNetworkMigrationDeployment",
|
|
1545
|
+
"description": "Grants permission to start a network migration deployment",
|
|
1546
|
+
"accessLevel": "Write",
|
|
1547
|
+
"resourceTypes": [
|
|
1548
|
+
{
|
|
1549
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
1550
|
+
"required": true,
|
|
1551
|
+
"conditionKeys": [],
|
|
1552
|
+
"dependentActions": []
|
|
1553
|
+
}
|
|
1554
|
+
],
|
|
1555
|
+
"conditionKeys": [],
|
|
1556
|
+
"dependentActions": [
|
|
1557
|
+
"ec2:AcceptTransitGatewayVpcAttachment",
|
|
1558
|
+
"ec2:AssociateNatGatewayAddress",
|
|
1559
|
+
"ec2:AssociateRouteTable",
|
|
1560
|
+
"ec2:AssociateSubnetCidrBlock",
|
|
1561
|
+
"ec2:AssociateTransitGatewayRouteTable",
|
|
1562
|
+
"ec2:AssociateVpcCidrBlock",
|
|
1563
|
+
"ec2:AttachInternetGateway",
|
|
1564
|
+
"ec2:AttachVolume",
|
|
1565
|
+
"ec2:AuthorizeSecurityGroupEgress",
|
|
1566
|
+
"ec2:AuthorizeSecurityGroupIngress",
|
|
1567
|
+
"ec2:CreateNatGateway",
|
|
1568
|
+
"ec2:CreateNetworkAcl",
|
|
1569
|
+
"ec2:CreateNetworkAclEntry",
|
|
1570
|
+
"ec2:CreateNetworkInsightsPath",
|
|
1571
|
+
"ec2:CreateNetworkInterface",
|
|
1572
|
+
"ec2:CreateRoute",
|
|
1573
|
+
"ec2:CreateRouteTable",
|
|
1574
|
+
"ec2:CreateSecurityGroup",
|
|
1575
|
+
"ec2:CreateSubnet",
|
|
1576
|
+
"ec2:CreateTags",
|
|
1577
|
+
"ec2:CreateTransitGatewayRoute",
|
|
1578
|
+
"ec2:CreateTransitGatewayRouteTable",
|
|
1579
|
+
"ec2:CreateTransitGatewayVpcAttachment",
|
|
1580
|
+
"ec2:DeleteInternetGateway",
|
|
1581
|
+
"ec2:DeleteLaunchTemplate",
|
|
1582
|
+
"ec2:DeleteLaunchTemplateVersions",
|
|
1583
|
+
"ec2:DeleteNatGateway",
|
|
1584
|
+
"ec2:DeleteNetworkAcl",
|
|
1585
|
+
"ec2:DeleteNetworkAclEntry",
|
|
1586
|
+
"ec2:DeleteNetworkInsightsAnalysis",
|
|
1587
|
+
"ec2:DeleteNetworkInsightsPath",
|
|
1588
|
+
"ec2:DeleteNetworkInterface",
|
|
1589
|
+
"ec2:DeleteRoute",
|
|
1590
|
+
"ec2:DeleteRouteTable",
|
|
1591
|
+
"ec2:DeleteSecurityGroup",
|
|
1592
|
+
"ec2:DeleteSnapshot",
|
|
1593
|
+
"ec2:DeleteSubnet",
|
|
1594
|
+
"ec2:DeleteTransitGateway",
|
|
1595
|
+
"ec2:DeleteTransitGatewayRoute",
|
|
1596
|
+
"ec2:DeleteTransitGatewayRouteTable",
|
|
1597
|
+
"ec2:DeleteTransitGatewayVpcAttachment",
|
|
1598
|
+
"ec2:DeleteVolume",
|
|
1599
|
+
"ec2:DeleteVpc",
|
|
1600
|
+
"ec2:DescribeAccountAttributes",
|
|
1601
|
+
"ec2:DescribeAddresses",
|
|
1602
|
+
"ec2:DescribeAvailabilityZones",
|
|
1603
|
+
"ec2:DescribeCustomerGateways",
|
|
1604
|
+
"ec2:DescribeEgressOnlyInternetGateways",
|
|
1605
|
+
"ec2:DescribeHosts",
|
|
1606
|
+
"ec2:DescribeImages",
|
|
1607
|
+
"ec2:DescribeInstanceAttribute",
|
|
1608
|
+
"ec2:DescribeInstanceStatus",
|
|
1609
|
+
"ec2:DescribeInstanceTypes",
|
|
1610
|
+
"ec2:DescribeInstances",
|
|
1611
|
+
"ec2:DescribeInternetGateways",
|
|
1612
|
+
"ec2:DescribeLaunchTemplateVersions",
|
|
1613
|
+
"ec2:DescribeLaunchTemplates",
|
|
1614
|
+
"ec2:DescribeManagedPrefixLists",
|
|
1615
|
+
"ec2:DescribeNatGateways",
|
|
1616
|
+
"ec2:DescribeNetworkAcls",
|
|
1617
|
+
"ec2:DescribeNetworkInsightsAnalyses",
|
|
1618
|
+
"ec2:DescribeNetworkInsightsPaths",
|
|
1619
|
+
"ec2:DescribeNetworkInterfaces",
|
|
1620
|
+
"ec2:DescribePrefixLists",
|
|
1621
|
+
"ec2:DescribeRegions",
|
|
1622
|
+
"ec2:DescribeRouteTables",
|
|
1623
|
+
"ec2:DescribeSecurityGroupRules",
|
|
1624
|
+
"ec2:DescribeSecurityGroups",
|
|
1625
|
+
"ec2:DescribeSnapshots",
|
|
1626
|
+
"ec2:DescribeSubnets",
|
|
1627
|
+
"ec2:DescribeTransitGatewayAttachments",
|
|
1628
|
+
"ec2:DescribeTransitGatewayConnects",
|
|
1629
|
+
"ec2:DescribeTransitGatewayPeeringAttachments",
|
|
1630
|
+
"ec2:DescribeTransitGatewayRouteTables",
|
|
1631
|
+
"ec2:DescribeTransitGatewayVpcAttachments",
|
|
1632
|
+
"ec2:DescribeTransitGateways",
|
|
1633
|
+
"ec2:DescribeVolumes",
|
|
1634
|
+
"ec2:DescribeVpcEndpointServiceConfigurations",
|
|
1635
|
+
"ec2:DescribeVpcEndpoints",
|
|
1636
|
+
"ec2:DescribeVpcPeeringConnections",
|
|
1637
|
+
"ec2:DescribeVpcs",
|
|
1638
|
+
"ec2:DescribeVpnConnections",
|
|
1639
|
+
"ec2:DescribeVpnGateways",
|
|
1640
|
+
"ec2:DetachInternetGateway",
|
|
1641
|
+
"ec2:DetachVolume",
|
|
1642
|
+
"ec2:DisableTransitGatewayRouteTablePropagation",
|
|
1643
|
+
"ec2:DisassociateNatGatewayAddress",
|
|
1644
|
+
"ec2:DisassociateRouteTable",
|
|
1645
|
+
"ec2:DisassociateTransitGatewayRouteTable",
|
|
1646
|
+
"ec2:EnableTransitGatewayRouteTablePropagation",
|
|
1647
|
+
"ec2:GetEbsDefaultKmsKeyId",
|
|
1648
|
+
"ec2:GetEbsEncryptionByDefault",
|
|
1649
|
+
"ec2:GetManagedPrefixListEntries",
|
|
1650
|
+
"ec2:GetTransitGatewayRouteTableAssociations",
|
|
1651
|
+
"ec2:GetTransitGatewayRouteTablePropagations",
|
|
1652
|
+
"ec2:ModifyInstanceAttribute",
|
|
1653
|
+
"ec2:ModifyLaunchTemplate",
|
|
1654
|
+
"ec2:ModifySubnetAttribute",
|
|
1655
|
+
"ec2:ModifyTransitGateway",
|
|
1656
|
+
"ec2:ModifyTransitGatewayVpcAttachment",
|
|
1657
|
+
"ec2:ModifyVolume",
|
|
1658
|
+
"ec2:ModifyVpcAttribute",
|
|
1659
|
+
"ec2:RejectTransitGatewayVpcAttachment",
|
|
1660
|
+
"ec2:ReleaseAddress",
|
|
1661
|
+
"ec2:ReplaceNetworkAclAssociation",
|
|
1662
|
+
"ec2:ReplaceNetworkAclEntry",
|
|
1663
|
+
"ec2:ReplaceRoute",
|
|
1664
|
+
"ec2:ReplaceTransitGatewayRoute",
|
|
1665
|
+
"ec2:RevokeSecurityGroupEgress",
|
|
1666
|
+
"ec2:RevokeSecurityGroupIngress",
|
|
1667
|
+
"ec2:SearchTransitGatewayRoutes",
|
|
1668
|
+
"ec2:StartNetworkInsightsAnalysis"
|
|
1669
|
+
]
|
|
1670
|
+
},
|
|
1671
|
+
"startnetworkmigrationmapping": {
|
|
1672
|
+
"name": "StartNetworkMigrationMapping",
|
|
1673
|
+
"description": "Grants permission to start a network migration mapping",
|
|
1674
|
+
"accessLevel": "Write",
|
|
1675
|
+
"resourceTypes": [
|
|
1676
|
+
{
|
|
1677
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
1678
|
+
"required": true,
|
|
1679
|
+
"conditionKeys": [],
|
|
1680
|
+
"dependentActions": []
|
|
1681
|
+
}
|
|
1682
|
+
],
|
|
1683
|
+
"conditionKeys": [],
|
|
1684
|
+
"dependentActions": []
|
|
1685
|
+
},
|
|
1143
1686
|
"startreplication": {
|
|
1144
1687
|
"name": "StartReplication",
|
|
1145
1688
|
"description": "Grants permission to start replication",
|
|
@@ -1538,6 +2081,51 @@
|
|
|
1538
2081
|
"conditionKeys": [],
|
|
1539
2082
|
"dependentActions": []
|
|
1540
2083
|
},
|
|
2084
|
+
"updatenetworkmigrationdefinition": {
|
|
2085
|
+
"name": "UpdateNetworkMigrationDefinition",
|
|
2086
|
+
"description": "Grants permission to update a network migration definition",
|
|
2087
|
+
"accessLevel": "Write",
|
|
2088
|
+
"resourceTypes": [
|
|
2089
|
+
{
|
|
2090
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
2091
|
+
"required": true,
|
|
2092
|
+
"conditionKeys": [],
|
|
2093
|
+
"dependentActions": []
|
|
2094
|
+
}
|
|
2095
|
+
],
|
|
2096
|
+
"conditionKeys": [],
|
|
2097
|
+
"dependentActions": []
|
|
2098
|
+
},
|
|
2099
|
+
"updatenetworkmigrationmappersegment": {
|
|
2100
|
+
"name": "UpdateNetworkMigrationMapperSegment",
|
|
2101
|
+
"description": "Grants permission to update a network migration mapper segment",
|
|
2102
|
+
"accessLevel": "Write",
|
|
2103
|
+
"resourceTypes": [
|
|
2104
|
+
{
|
|
2105
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
2106
|
+
"required": true,
|
|
2107
|
+
"conditionKeys": [],
|
|
2108
|
+
"dependentActions": []
|
|
2109
|
+
}
|
|
2110
|
+
],
|
|
2111
|
+
"conditionKeys": [],
|
|
2112
|
+
"dependentActions": []
|
|
2113
|
+
},
|
|
2114
|
+
"updatenetworkmigrationmappersegmentconstruct": {
|
|
2115
|
+
"name": "UpdateNetworkMigrationMapperSegmentConstruct",
|
|
2116
|
+
"description": "Grants permission to update a network migration mapper segment construct",
|
|
2117
|
+
"accessLevel": "Write",
|
|
2118
|
+
"resourceTypes": [
|
|
2119
|
+
{
|
|
2120
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
2121
|
+
"required": true,
|
|
2122
|
+
"conditionKeys": [],
|
|
2123
|
+
"dependentActions": []
|
|
2124
|
+
}
|
|
2125
|
+
],
|
|
2126
|
+
"conditionKeys": [],
|
|
2127
|
+
"dependentActions": []
|
|
2128
|
+
},
|
|
1541
2129
|
"updatereplicationconfiguration": {
|
|
1542
2130
|
"name": "UpdateReplicationConfiguration",
|
|
1543
2131
|
"description": "Grants permission to update replication configuration",
|
package/data/actions/tax.json
CHANGED
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
},
|
|
34
34
|
"getexemptions": {
|
|
35
35
|
"name": "GetExemptions",
|
|
36
|
-
"isPermissionOnly": true,
|
|
37
36
|
"description": "Grants permission to view tax exemptions data",
|
|
38
37
|
"accessLevel": "Read",
|
|
39
38
|
"resourceTypes": [],
|
|
@@ -51,7 +50,6 @@
|
|
|
51
50
|
},
|
|
52
51
|
"gettaxinheritance": {
|
|
53
52
|
"name": "GetTaxInheritance",
|
|
54
|
-
"isPermissionOnly": true,
|
|
55
53
|
"description": "Grants permission to view tax inheritance status",
|
|
56
54
|
"accessLevel": "Read",
|
|
57
55
|
"resourceTypes": [],
|
|
@@ -109,7 +107,6 @@
|
|
|
109
107
|
},
|
|
110
108
|
"puttaxinheritance": {
|
|
111
109
|
"name": "PutTaxInheritance",
|
|
112
|
-
"isPermissionOnly": true,
|
|
113
110
|
"description": "Grants permission to set tax inheritance",
|
|
114
111
|
"accessLevel": "Write",
|
|
115
112
|
"resourceTypes": [],
|
|
@@ -135,7 +132,6 @@
|
|
|
135
132
|
},
|
|
136
133
|
"updateexemptions": {
|
|
137
134
|
"name": "UpdateExemptions",
|
|
138
|
-
"isPermissionOnly": true,
|
|
139
135
|
"description": "Grants permission to update tax exemptions data",
|
|
140
136
|
"accessLevel": "Write",
|
|
141
137
|
"resourceTypes": [],
|
|
@@ -643,5 +643,20 @@
|
|
|
643
643
|
"key": "ec2:transitGatewayRouteTableId",
|
|
644
644
|
"description": "Filters access by the ID of a transit gateway route table",
|
|
645
645
|
"type": "String"
|
|
646
|
+
},
|
|
647
|
+
"ec2:vpcemultiregion": {
|
|
648
|
+
"key": "ec2:vpceMultiRegion",
|
|
649
|
+
"description": "Filters access by multi region of the VPC endpoint service",
|
|
650
|
+
"type": "String"
|
|
651
|
+
},
|
|
652
|
+
"ec2:vpceserviceregion": {
|
|
653
|
+
"key": "ec2:vpceServiceRegion",
|
|
654
|
+
"description": "Filters access by the region of the VPC endpoint service",
|
|
655
|
+
"type": "String"
|
|
656
|
+
},
|
|
657
|
+
"ec2:vpcesupportedregion": {
|
|
658
|
+
"key": "ec2:vpceSupportedRegion",
|
|
659
|
+
"description": "Filters access by the supported region of the VPC endpoint service",
|
|
660
|
+
"type": "String"
|
|
646
661
|
}
|
|
647
662
|
}
|