aws-iam-data 0.0.308 → 0.0.310
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 +1181 -69
- package/dist/data/json/metadata.json +77 -15
- package/dist/data/json/reports.json +13 -13
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -14878,6 +14878,21 @@
|
|
|
14878
14878
|
}
|
|
14879
14879
|
]
|
|
14880
14880
|
},
|
|
14881
|
+
{
|
|
14882
|
+
"name": "CreateNetworkMigrationDefinition",
|
|
14883
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_CreateNetworkMigrationDefinition.html",
|
|
14884
|
+
"permissionOnly": false,
|
|
14885
|
+
"description": "Grants permission to create a network migration definition",
|
|
14886
|
+
"accessLevel": "Write",
|
|
14887
|
+
"resourceTypes": [
|
|
14888
|
+
{
|
|
14889
|
+
"resourceType": "",
|
|
14890
|
+
"required": false,
|
|
14891
|
+
"conditionKeys": [],
|
|
14892
|
+
"dependentActions": []
|
|
14893
|
+
}
|
|
14894
|
+
]
|
|
14895
|
+
},
|
|
14881
14896
|
{
|
|
14882
14897
|
"name": "CreateReplicationConfigurationTemplate",
|
|
14883
14898
|
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_CreateReplicationConfigurationTemplate.html",
|
|
@@ -14992,6 +15007,21 @@
|
|
|
14992
15007
|
}
|
|
14993
15008
|
]
|
|
14994
15009
|
},
|
|
15010
|
+
{
|
|
15011
|
+
"name": "DeleteNetworkMigrationDefinition",
|
|
15012
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_DeleteNetworkMigrationDefinition.html",
|
|
15013
|
+
"permissionOnly": false,
|
|
15014
|
+
"description": "Grants permission to delete a network migration definition",
|
|
15015
|
+
"accessLevel": "Write",
|
|
15016
|
+
"resourceTypes": [
|
|
15017
|
+
{
|
|
15018
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15019
|
+
"required": true,
|
|
15020
|
+
"conditionKeys": [],
|
|
15021
|
+
"dependentActions": []
|
|
15022
|
+
}
|
|
15023
|
+
]
|
|
15024
|
+
},
|
|
14995
15025
|
{
|
|
14996
15026
|
"name": "DeleteReplicationConfigurationTemplate",
|
|
14997
15027
|
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_DeleteReplicationConfigurationTemplate.html",
|
|
@@ -15364,6 +15394,36 @@
|
|
|
15364
15394
|
}
|
|
15365
15395
|
]
|
|
15366
15396
|
},
|
|
15397
|
+
{
|
|
15398
|
+
"name": "GetNetworkMigrationDefinition",
|
|
15399
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_GetNetworkMigrationDefinition.html",
|
|
15400
|
+
"permissionOnly": false,
|
|
15401
|
+
"description": "Grants permission to get a network migration definition",
|
|
15402
|
+
"accessLevel": "Read",
|
|
15403
|
+
"resourceTypes": [
|
|
15404
|
+
{
|
|
15405
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15406
|
+
"required": true,
|
|
15407
|
+
"conditionKeys": [],
|
|
15408
|
+
"dependentActions": []
|
|
15409
|
+
}
|
|
15410
|
+
]
|
|
15411
|
+
},
|
|
15412
|
+
{
|
|
15413
|
+
"name": "GetNetworkMigrationMapperSegmentConstruct",
|
|
15414
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_GetNetworkMigrationMapperSegmentConstruct.html",
|
|
15415
|
+
"permissionOnly": false,
|
|
15416
|
+
"description": "Grants permission to get a network migration mapper segment construct",
|
|
15417
|
+
"accessLevel": "Read",
|
|
15418
|
+
"resourceTypes": [
|
|
15419
|
+
{
|
|
15420
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15421
|
+
"required": true,
|
|
15422
|
+
"conditionKeys": [],
|
|
15423
|
+
"dependentActions": []
|
|
15424
|
+
}
|
|
15425
|
+
]
|
|
15426
|
+
},
|
|
15367
15427
|
{
|
|
15368
15428
|
"name": "GetReplicationConfiguration",
|
|
15369
15429
|
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_GetReplicationConfiguration.html",
|
|
@@ -15534,6 +15594,186 @@
|
|
|
15534
15594
|
}
|
|
15535
15595
|
]
|
|
15536
15596
|
},
|
|
15597
|
+
{
|
|
15598
|
+
"name": "ListNetworkMigrationAnalyses",
|
|
15599
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListNetworkMigrationAnalyses.html",
|
|
15600
|
+
"permissionOnly": false,
|
|
15601
|
+
"description": "Grants permission to list network migration analyses",
|
|
15602
|
+
"accessLevel": "List",
|
|
15603
|
+
"resourceTypes": [
|
|
15604
|
+
{
|
|
15605
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15606
|
+
"required": true,
|
|
15607
|
+
"conditionKeys": [],
|
|
15608
|
+
"dependentActions": []
|
|
15609
|
+
}
|
|
15610
|
+
]
|
|
15611
|
+
},
|
|
15612
|
+
{
|
|
15613
|
+
"name": "ListNetworkMigrationAnalysisResults",
|
|
15614
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListNetworkMigrationAnalysisResults.html",
|
|
15615
|
+
"permissionOnly": false,
|
|
15616
|
+
"description": "Grants permission to list network migration analysis results",
|
|
15617
|
+
"accessLevel": "List",
|
|
15618
|
+
"resourceTypes": [
|
|
15619
|
+
{
|
|
15620
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15621
|
+
"required": true,
|
|
15622
|
+
"conditionKeys": [],
|
|
15623
|
+
"dependentActions": []
|
|
15624
|
+
}
|
|
15625
|
+
]
|
|
15626
|
+
},
|
|
15627
|
+
{
|
|
15628
|
+
"name": "ListNetworkMigrationCodeGenerationSegments",
|
|
15629
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListNetworkMigrationCodeGenerationSegments.html",
|
|
15630
|
+
"permissionOnly": false,
|
|
15631
|
+
"description": "Grants permission to list network migration code generation segments",
|
|
15632
|
+
"accessLevel": "List",
|
|
15633
|
+
"resourceTypes": [
|
|
15634
|
+
{
|
|
15635
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15636
|
+
"required": true,
|
|
15637
|
+
"conditionKeys": [],
|
|
15638
|
+
"dependentActions": []
|
|
15639
|
+
}
|
|
15640
|
+
]
|
|
15641
|
+
},
|
|
15642
|
+
{
|
|
15643
|
+
"name": "ListNetworkMigrationCodeGenerations",
|
|
15644
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListNetworkMigrationCodeGenerations.html",
|
|
15645
|
+
"permissionOnly": false,
|
|
15646
|
+
"description": "Grants permission to list network migration code generations",
|
|
15647
|
+
"accessLevel": "List",
|
|
15648
|
+
"resourceTypes": [
|
|
15649
|
+
{
|
|
15650
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15651
|
+
"required": true,
|
|
15652
|
+
"conditionKeys": [],
|
|
15653
|
+
"dependentActions": []
|
|
15654
|
+
}
|
|
15655
|
+
]
|
|
15656
|
+
},
|
|
15657
|
+
{
|
|
15658
|
+
"name": "ListNetworkMigrationDefinitions",
|
|
15659
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListNetworkMigrationDefinitions.html",
|
|
15660
|
+
"permissionOnly": false,
|
|
15661
|
+
"description": "Grants permission to list network migration definitions",
|
|
15662
|
+
"accessLevel": "List",
|
|
15663
|
+
"resourceTypes": [
|
|
15664
|
+
{
|
|
15665
|
+
"resourceType": "",
|
|
15666
|
+
"required": false,
|
|
15667
|
+
"conditionKeys": [],
|
|
15668
|
+
"dependentActions": []
|
|
15669
|
+
}
|
|
15670
|
+
]
|
|
15671
|
+
},
|
|
15672
|
+
{
|
|
15673
|
+
"name": "ListNetworkMigrationDeployedStacks",
|
|
15674
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListNetworkMigrationDeployedStacks.html",
|
|
15675
|
+
"permissionOnly": false,
|
|
15676
|
+
"description": "Grants permission to list network migration deployed stacks",
|
|
15677
|
+
"accessLevel": "List",
|
|
15678
|
+
"resourceTypes": [
|
|
15679
|
+
{
|
|
15680
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15681
|
+
"required": true,
|
|
15682
|
+
"conditionKeys": [],
|
|
15683
|
+
"dependentActions": []
|
|
15684
|
+
}
|
|
15685
|
+
]
|
|
15686
|
+
},
|
|
15687
|
+
{
|
|
15688
|
+
"name": "ListNetworkMigrationDeployedStacksDeletions",
|
|
15689
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListNetworkMigrationDeployedStacksDeletions.html",
|
|
15690
|
+
"permissionOnly": false,
|
|
15691
|
+
"description": "Grants permission to list network migration deployed stacks deletions",
|
|
15692
|
+
"accessLevel": "List",
|
|
15693
|
+
"resourceTypes": [
|
|
15694
|
+
{
|
|
15695
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15696
|
+
"required": true,
|
|
15697
|
+
"conditionKeys": [],
|
|
15698
|
+
"dependentActions": []
|
|
15699
|
+
}
|
|
15700
|
+
]
|
|
15701
|
+
},
|
|
15702
|
+
{
|
|
15703
|
+
"name": "ListNetworkMigrationDeployments",
|
|
15704
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListNetworkMigrationDeployments.html",
|
|
15705
|
+
"permissionOnly": false,
|
|
15706
|
+
"description": "Grants permission to list network migration deployments",
|
|
15707
|
+
"accessLevel": "List",
|
|
15708
|
+
"resourceTypes": [
|
|
15709
|
+
{
|
|
15710
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15711
|
+
"required": true,
|
|
15712
|
+
"conditionKeys": [],
|
|
15713
|
+
"dependentActions": []
|
|
15714
|
+
}
|
|
15715
|
+
]
|
|
15716
|
+
},
|
|
15717
|
+
{
|
|
15718
|
+
"name": "ListNetworkMigrationExecutions",
|
|
15719
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListNetworkMigrationExecutions.html",
|
|
15720
|
+
"permissionOnly": false,
|
|
15721
|
+
"description": "Grants permission to list network migration executions",
|
|
15722
|
+
"accessLevel": "List",
|
|
15723
|
+
"resourceTypes": [
|
|
15724
|
+
{
|
|
15725
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15726
|
+
"required": true,
|
|
15727
|
+
"conditionKeys": [],
|
|
15728
|
+
"dependentActions": []
|
|
15729
|
+
}
|
|
15730
|
+
]
|
|
15731
|
+
},
|
|
15732
|
+
{
|
|
15733
|
+
"name": "ListNetworkMigrationMapperSegmentConstructs",
|
|
15734
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListNetworkMigrationMapperSegmentConstructs.html",
|
|
15735
|
+
"permissionOnly": false,
|
|
15736
|
+
"description": "Grants permission to list network migration mapper segment constructs",
|
|
15737
|
+
"accessLevel": "List",
|
|
15738
|
+
"resourceTypes": [
|
|
15739
|
+
{
|
|
15740
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15741
|
+
"required": true,
|
|
15742
|
+
"conditionKeys": [],
|
|
15743
|
+
"dependentActions": []
|
|
15744
|
+
}
|
|
15745
|
+
]
|
|
15746
|
+
},
|
|
15747
|
+
{
|
|
15748
|
+
"name": "ListNetworkMigrationMapperSegments",
|
|
15749
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListNetworkMigrationMapperSegments.html",
|
|
15750
|
+
"permissionOnly": false,
|
|
15751
|
+
"description": "Grants permission to list network migration mapper segments",
|
|
15752
|
+
"accessLevel": "List",
|
|
15753
|
+
"resourceTypes": [
|
|
15754
|
+
{
|
|
15755
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15756
|
+
"required": true,
|
|
15757
|
+
"conditionKeys": [],
|
|
15758
|
+
"dependentActions": []
|
|
15759
|
+
}
|
|
15760
|
+
]
|
|
15761
|
+
},
|
|
15762
|
+
{
|
|
15763
|
+
"name": "ListNetworkMigrationMappings",
|
|
15764
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListNetworkMigrationMappings.html",
|
|
15765
|
+
"permissionOnly": false,
|
|
15766
|
+
"description": "Grants permission to list network migration mappings",
|
|
15767
|
+
"accessLevel": "List",
|
|
15768
|
+
"resourceTypes": [
|
|
15769
|
+
{
|
|
15770
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
15771
|
+
"required": true,
|
|
15772
|
+
"conditionKeys": [],
|
|
15773
|
+
"dependentActions": []
|
|
15774
|
+
}
|
|
15775
|
+
]
|
|
15776
|
+
},
|
|
15537
15777
|
{
|
|
15538
15778
|
"name": "ListSourceServerActions",
|
|
15539
15779
|
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_ListSourceServerActions.html",
|
|
@@ -16036,6 +16276,323 @@
|
|
|
16036
16276
|
}
|
|
16037
16277
|
]
|
|
16038
16278
|
},
|
|
16279
|
+
{
|
|
16280
|
+
"name": "StartNetworkMigrationAnalysis",
|
|
16281
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_StartNetworkMigrationAnalysis.html",
|
|
16282
|
+
"permissionOnly": false,
|
|
16283
|
+
"description": "Grants permission to start a network migration analysis",
|
|
16284
|
+
"accessLevel": "Write",
|
|
16285
|
+
"resourceTypes": [
|
|
16286
|
+
{
|
|
16287
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
16288
|
+
"required": true,
|
|
16289
|
+
"conditionKeys": [],
|
|
16290
|
+
"dependentActions": [
|
|
16291
|
+
"directconnect:DescribeConnections",
|
|
16292
|
+
"directconnect:DescribeDirectConnectGatewayAssociations",
|
|
16293
|
+
"directconnect:DescribeDirectConnectGatewayAttachments",
|
|
16294
|
+
"directconnect:DescribeDirectConnectGateways",
|
|
16295
|
+
"directconnect:DescribeVirtualGateways",
|
|
16296
|
+
"directconnect:DescribeVirtualInterfaces",
|
|
16297
|
+
"ec2:AuthorizeSecurityGroupIngress",
|
|
16298
|
+
"ec2:CreateNetworkInsightsPath",
|
|
16299
|
+
"ec2:CreateNetworkInterface",
|
|
16300
|
+
"ec2:CreateSecurityGroup",
|
|
16301
|
+
"ec2:CreateTags",
|
|
16302
|
+
"ec2:DeleteNetworkInsightsAnalysis",
|
|
16303
|
+
"ec2:DeleteNetworkInsightsPath",
|
|
16304
|
+
"ec2:DeleteNetworkInterface",
|
|
16305
|
+
"ec2:DeleteSecurityGroup",
|
|
16306
|
+
"ec2:DeleteTags",
|
|
16307
|
+
"ec2:DescribeAvailabilityZones",
|
|
16308
|
+
"ec2:DescribeCustomerGateways",
|
|
16309
|
+
"ec2:DescribeInstances",
|
|
16310
|
+
"ec2:DescribeInternetGateways",
|
|
16311
|
+
"ec2:DescribeManagedPrefixLists",
|
|
16312
|
+
"ec2:DescribeNatGateways",
|
|
16313
|
+
"ec2:DescribeNetworkAcls",
|
|
16314
|
+
"ec2:DescribeNetworkInsightsAnalyses",
|
|
16315
|
+
"ec2:DescribeNetworkInsightsPaths",
|
|
16316
|
+
"ec2:DescribeNetworkInterfaces",
|
|
16317
|
+
"ec2:DescribePrefixLists",
|
|
16318
|
+
"ec2:DescribeRegions",
|
|
16319
|
+
"ec2:DescribeRouteTables",
|
|
16320
|
+
"ec2:DescribeSecurityGroups",
|
|
16321
|
+
"ec2:DescribeSubnets",
|
|
16322
|
+
"ec2:DescribeTransitGatewayAttachments",
|
|
16323
|
+
"ec2:DescribeTransitGatewayConnects",
|
|
16324
|
+
"ec2:DescribeTransitGatewayPeeringAttachments",
|
|
16325
|
+
"ec2:DescribeTransitGatewayRouteTables",
|
|
16326
|
+
"ec2:DescribeTransitGatewayVpcAttachments",
|
|
16327
|
+
"ec2:DescribeTransitGateways",
|
|
16328
|
+
"ec2:DescribeVpcEndpointServiceConfigurations",
|
|
16329
|
+
"ec2:DescribeVpcEndpoints",
|
|
16330
|
+
"ec2:DescribeVpcPeeringConnections",
|
|
16331
|
+
"ec2:DescribeVpcs",
|
|
16332
|
+
"ec2:DescribeVpnConnections",
|
|
16333
|
+
"ec2:DescribeVpnGateways",
|
|
16334
|
+
"ec2:GetManagedPrefixListEntries",
|
|
16335
|
+
"ec2:GetTransitGatewayRouteTablePropagations",
|
|
16336
|
+
"ec2:SearchTransitGatewayRoutes",
|
|
16337
|
+
"ec2:StartNetworkInsightsAnalysis",
|
|
16338
|
+
"elasticloadbalancing:DescribeListeners",
|
|
16339
|
+
"elasticloadbalancing:DescribeLoadBalancerAttributes",
|
|
16340
|
+
"elasticloadbalancing:DescribeLoadBalancers",
|
|
16341
|
+
"elasticloadbalancing:DescribeRules",
|
|
16342
|
+
"elasticloadbalancing:DescribeTags",
|
|
16343
|
+
"elasticloadbalancing:DescribeTargetGroupAttributes",
|
|
16344
|
+
"elasticloadbalancing:DescribeTargetGroups",
|
|
16345
|
+
"elasticloadbalancing:DescribeTargetHealth",
|
|
16346
|
+
"globalaccelerator:ListAccelerators",
|
|
16347
|
+
"globalaccelerator:ListCustomRoutingAccelerators",
|
|
16348
|
+
"globalaccelerator:ListCustomRoutingEndpointGroups",
|
|
16349
|
+
"globalaccelerator:ListCustomRoutingListeners",
|
|
16350
|
+
"globalaccelerator:ListCustomRoutingPortMappings",
|
|
16351
|
+
"globalaccelerator:ListEndpointGroups",
|
|
16352
|
+
"globalaccelerator:ListListeners",
|
|
16353
|
+
"network-firewall:DescribeFirewall",
|
|
16354
|
+
"network-firewall:DescribeFirewallPolicy",
|
|
16355
|
+
"network-firewall:DescribeResourcePolicy",
|
|
16356
|
+
"network-firewall:DescribeRuleGroup",
|
|
16357
|
+
"network-firewall:ListFirewallPolicies",
|
|
16358
|
+
"network-firewall:ListFirewalls",
|
|
16359
|
+
"network-firewall:ListRuleGroups",
|
|
16360
|
+
"tiros:CreateQuery",
|
|
16361
|
+
"tiros:ExtendQuery",
|
|
16362
|
+
"tiros:GetQueryAnswer",
|
|
16363
|
+
"tiros:GetQueryExplanation",
|
|
16364
|
+
"tiros:GetQueryExtensionAccounts"
|
|
16365
|
+
]
|
|
16366
|
+
}
|
|
16367
|
+
]
|
|
16368
|
+
},
|
|
16369
|
+
{
|
|
16370
|
+
"name": "StartNetworkMigrationCodeGeneration",
|
|
16371
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_StartNetworkMigrationCodeGeneration.html",
|
|
16372
|
+
"permissionOnly": false,
|
|
16373
|
+
"description": "Grants permission to start network migration code generation",
|
|
16374
|
+
"accessLevel": "Write",
|
|
16375
|
+
"resourceTypes": [
|
|
16376
|
+
{
|
|
16377
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
16378
|
+
"required": true,
|
|
16379
|
+
"conditionKeys": [],
|
|
16380
|
+
"dependentActions": []
|
|
16381
|
+
}
|
|
16382
|
+
]
|
|
16383
|
+
},
|
|
16384
|
+
{
|
|
16385
|
+
"name": "StartNetworkMigrationDeployedStacksDeletion",
|
|
16386
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_StartNetworkMigrationDeployedStacksDeletion.html",
|
|
16387
|
+
"permissionOnly": false,
|
|
16388
|
+
"description": "Grants permission to start deletion of network migration deployed stacks",
|
|
16389
|
+
"accessLevel": "Write",
|
|
16390
|
+
"resourceTypes": [
|
|
16391
|
+
{
|
|
16392
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
16393
|
+
"required": true,
|
|
16394
|
+
"conditionKeys": [],
|
|
16395
|
+
"dependentActions": [
|
|
16396
|
+
"ec2:AcceptTransitGatewayVpcAttachment",
|
|
16397
|
+
"ec2:AssociateNatGatewayAddress",
|
|
16398
|
+
"ec2:AssociateRouteTable",
|
|
16399
|
+
"ec2:AssociateSubnetCidrBlock",
|
|
16400
|
+
"ec2:AssociateTransitGatewayRouteTable",
|
|
16401
|
+
"ec2:AssociateVpcCidrBlock",
|
|
16402
|
+
"ec2:AttachInternetGateway",
|
|
16403
|
+
"ec2:AttachVolume",
|
|
16404
|
+
"ec2:AuthorizeSecurityGroupEgress",
|
|
16405
|
+
"ec2:AuthorizeSecurityGroupIngress",
|
|
16406
|
+
"ec2:DeleteInternetGateway",
|
|
16407
|
+
"ec2:DeleteLaunchTemplate",
|
|
16408
|
+
"ec2:DeleteLaunchTemplateVersions",
|
|
16409
|
+
"ec2:DeleteNatGateway",
|
|
16410
|
+
"ec2:DeleteNetworkAcl",
|
|
16411
|
+
"ec2:DeleteNetworkAclEntry",
|
|
16412
|
+
"ec2:DeleteNetworkInsightsAnalysis",
|
|
16413
|
+
"ec2:DeleteNetworkInsightsPath",
|
|
16414
|
+
"ec2:DeleteNetworkInterface",
|
|
16415
|
+
"ec2:DeleteRoute",
|
|
16416
|
+
"ec2:DeleteRouteTable",
|
|
16417
|
+
"ec2:DeleteSecurityGroup",
|
|
16418
|
+
"ec2:DeleteSnapshot",
|
|
16419
|
+
"ec2:DeleteSubnet",
|
|
16420
|
+
"ec2:DeleteTransitGateway",
|
|
16421
|
+
"ec2:DeleteTransitGatewayRoute",
|
|
16422
|
+
"ec2:DeleteTransitGatewayRouteTable",
|
|
16423
|
+
"ec2:DeleteTransitGatewayVpcAttachment",
|
|
16424
|
+
"ec2:DeleteVolume",
|
|
16425
|
+
"ec2:DeleteVpc",
|
|
16426
|
+
"ec2:DetachInternetGateway",
|
|
16427
|
+
"ec2:DetachVolume",
|
|
16428
|
+
"ec2:DisableTransitGatewayRouteTablePropagation",
|
|
16429
|
+
"ec2:DisassociateNatGatewayAddress",
|
|
16430
|
+
"ec2:DisassociateRouteTable",
|
|
16431
|
+
"ec2:DisassociateTransitGatewayRouteTable",
|
|
16432
|
+
"ec2:EnableTransitGatewayRouteTablePropagation",
|
|
16433
|
+
"ec2:ModifyInstanceAttribute",
|
|
16434
|
+
"ec2:ModifyLaunchTemplate",
|
|
16435
|
+
"ec2:ModifySubnetAttribute",
|
|
16436
|
+
"ec2:ModifyTransitGateway",
|
|
16437
|
+
"ec2:ModifyTransitGatewayVpcAttachment",
|
|
16438
|
+
"ec2:ModifyVolume",
|
|
16439
|
+
"ec2:ModifyVpcAttribute",
|
|
16440
|
+
"ec2:RejectTransitGatewayVpcAttachment",
|
|
16441
|
+
"ec2:ReleaseAddress",
|
|
16442
|
+
"ec2:ReplaceNetworkAclAssociation",
|
|
16443
|
+
"ec2:ReplaceNetworkAclEntry",
|
|
16444
|
+
"ec2:ReplaceRoute",
|
|
16445
|
+
"ec2:ReplaceTransitGatewayRoute",
|
|
16446
|
+
"ec2:RevokeSecurityGroupEgress",
|
|
16447
|
+
"ec2:RevokeSecurityGroupIngress",
|
|
16448
|
+
"ec2:SearchTransitGatewayRoutes"
|
|
16449
|
+
]
|
|
16450
|
+
}
|
|
16451
|
+
]
|
|
16452
|
+
},
|
|
16453
|
+
{
|
|
16454
|
+
"name": "StartNetworkMigrationDeployment",
|
|
16455
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_StartNetworkMigrationDeployment.html",
|
|
16456
|
+
"permissionOnly": false,
|
|
16457
|
+
"description": "Grants permission to start a network migration deployment",
|
|
16458
|
+
"accessLevel": "Write",
|
|
16459
|
+
"resourceTypes": [
|
|
16460
|
+
{
|
|
16461
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
16462
|
+
"required": true,
|
|
16463
|
+
"conditionKeys": [],
|
|
16464
|
+
"dependentActions": [
|
|
16465
|
+
"ec2:AcceptTransitGatewayVpcAttachment",
|
|
16466
|
+
"ec2:AssociateNatGatewayAddress",
|
|
16467
|
+
"ec2:AssociateRouteTable",
|
|
16468
|
+
"ec2:AssociateSubnetCidrBlock",
|
|
16469
|
+
"ec2:AssociateTransitGatewayRouteTable",
|
|
16470
|
+
"ec2:AssociateVpcCidrBlock",
|
|
16471
|
+
"ec2:AttachInternetGateway",
|
|
16472
|
+
"ec2:AttachVolume",
|
|
16473
|
+
"ec2:AuthorizeSecurityGroupEgress",
|
|
16474
|
+
"ec2:AuthorizeSecurityGroupIngress",
|
|
16475
|
+
"ec2:CreateNatGateway",
|
|
16476
|
+
"ec2:CreateNetworkAcl",
|
|
16477
|
+
"ec2:CreateNetworkAclEntry",
|
|
16478
|
+
"ec2:CreateNetworkInsightsPath",
|
|
16479
|
+
"ec2:CreateNetworkInterface",
|
|
16480
|
+
"ec2:CreateRoute",
|
|
16481
|
+
"ec2:CreateRouteTable",
|
|
16482
|
+
"ec2:CreateSecurityGroup",
|
|
16483
|
+
"ec2:CreateSubnet",
|
|
16484
|
+
"ec2:CreateTags",
|
|
16485
|
+
"ec2:CreateTransitGatewayRoute",
|
|
16486
|
+
"ec2:CreateTransitGatewayRouteTable",
|
|
16487
|
+
"ec2:CreateTransitGatewayVpcAttachment",
|
|
16488
|
+
"ec2:DeleteInternetGateway",
|
|
16489
|
+
"ec2:DeleteLaunchTemplate",
|
|
16490
|
+
"ec2:DeleteLaunchTemplateVersions",
|
|
16491
|
+
"ec2:DeleteNatGateway",
|
|
16492
|
+
"ec2:DeleteNetworkAcl",
|
|
16493
|
+
"ec2:DeleteNetworkAclEntry",
|
|
16494
|
+
"ec2:DeleteNetworkInsightsAnalysis",
|
|
16495
|
+
"ec2:DeleteNetworkInsightsPath",
|
|
16496
|
+
"ec2:DeleteNetworkInterface",
|
|
16497
|
+
"ec2:DeleteRoute",
|
|
16498
|
+
"ec2:DeleteRouteTable",
|
|
16499
|
+
"ec2:DeleteSecurityGroup",
|
|
16500
|
+
"ec2:DeleteSnapshot",
|
|
16501
|
+
"ec2:DeleteSubnet",
|
|
16502
|
+
"ec2:DeleteTransitGateway",
|
|
16503
|
+
"ec2:DeleteTransitGatewayRoute",
|
|
16504
|
+
"ec2:DeleteTransitGatewayRouteTable",
|
|
16505
|
+
"ec2:DeleteTransitGatewayVpcAttachment",
|
|
16506
|
+
"ec2:DeleteVolume",
|
|
16507
|
+
"ec2:DeleteVpc",
|
|
16508
|
+
"ec2:DescribeAccountAttributes",
|
|
16509
|
+
"ec2:DescribeAddresses",
|
|
16510
|
+
"ec2:DescribeAvailabilityZones",
|
|
16511
|
+
"ec2:DescribeCustomerGateways",
|
|
16512
|
+
"ec2:DescribeEgressOnlyInternetGateways",
|
|
16513
|
+
"ec2:DescribeHosts",
|
|
16514
|
+
"ec2:DescribeImages",
|
|
16515
|
+
"ec2:DescribeInstanceAttribute",
|
|
16516
|
+
"ec2:DescribeInstanceStatus",
|
|
16517
|
+
"ec2:DescribeInstanceTypes",
|
|
16518
|
+
"ec2:DescribeInstances",
|
|
16519
|
+
"ec2:DescribeInternetGateways",
|
|
16520
|
+
"ec2:DescribeLaunchTemplateVersions",
|
|
16521
|
+
"ec2:DescribeLaunchTemplates",
|
|
16522
|
+
"ec2:DescribeManagedPrefixLists",
|
|
16523
|
+
"ec2:DescribeNatGateways",
|
|
16524
|
+
"ec2:DescribeNetworkAcls",
|
|
16525
|
+
"ec2:DescribeNetworkInsightsAnalyses",
|
|
16526
|
+
"ec2:DescribeNetworkInsightsPaths",
|
|
16527
|
+
"ec2:DescribeNetworkInterfaces",
|
|
16528
|
+
"ec2:DescribePrefixLists",
|
|
16529
|
+
"ec2:DescribeRegions",
|
|
16530
|
+
"ec2:DescribeRouteTables",
|
|
16531
|
+
"ec2:DescribeSecurityGroupRules",
|
|
16532
|
+
"ec2:DescribeSecurityGroups",
|
|
16533
|
+
"ec2:DescribeSnapshots",
|
|
16534
|
+
"ec2:DescribeSubnets",
|
|
16535
|
+
"ec2:DescribeTransitGatewayAttachments",
|
|
16536
|
+
"ec2:DescribeTransitGatewayConnects",
|
|
16537
|
+
"ec2:DescribeTransitGatewayPeeringAttachments",
|
|
16538
|
+
"ec2:DescribeTransitGatewayRouteTables",
|
|
16539
|
+
"ec2:DescribeTransitGatewayVpcAttachments",
|
|
16540
|
+
"ec2:DescribeTransitGateways",
|
|
16541
|
+
"ec2:DescribeVolumes",
|
|
16542
|
+
"ec2:DescribeVpcEndpointServiceConfigurations",
|
|
16543
|
+
"ec2:DescribeVpcEndpoints",
|
|
16544
|
+
"ec2:DescribeVpcPeeringConnections",
|
|
16545
|
+
"ec2:DescribeVpcs",
|
|
16546
|
+
"ec2:DescribeVpnConnections",
|
|
16547
|
+
"ec2:DescribeVpnGateways",
|
|
16548
|
+
"ec2:DetachInternetGateway",
|
|
16549
|
+
"ec2:DetachVolume",
|
|
16550
|
+
"ec2:DisableTransitGatewayRouteTablePropagation",
|
|
16551
|
+
"ec2:DisassociateNatGatewayAddress",
|
|
16552
|
+
"ec2:DisassociateRouteTable",
|
|
16553
|
+
"ec2:DisassociateTransitGatewayRouteTable",
|
|
16554
|
+
"ec2:EnableTransitGatewayRouteTablePropagation",
|
|
16555
|
+
"ec2:GetEbsDefaultKmsKeyId",
|
|
16556
|
+
"ec2:GetEbsEncryptionByDefault",
|
|
16557
|
+
"ec2:GetManagedPrefixListEntries",
|
|
16558
|
+
"ec2:GetTransitGatewayRouteTableAssociations",
|
|
16559
|
+
"ec2:GetTransitGatewayRouteTablePropagations",
|
|
16560
|
+
"ec2:ModifyInstanceAttribute",
|
|
16561
|
+
"ec2:ModifyLaunchTemplate",
|
|
16562
|
+
"ec2:ModifySubnetAttribute",
|
|
16563
|
+
"ec2:ModifyTransitGateway",
|
|
16564
|
+
"ec2:ModifyTransitGatewayVpcAttachment",
|
|
16565
|
+
"ec2:ModifyVolume",
|
|
16566
|
+
"ec2:ModifyVpcAttribute",
|
|
16567
|
+
"ec2:RejectTransitGatewayVpcAttachment",
|
|
16568
|
+
"ec2:ReleaseAddress",
|
|
16569
|
+
"ec2:ReplaceNetworkAclAssociation",
|
|
16570
|
+
"ec2:ReplaceNetworkAclEntry",
|
|
16571
|
+
"ec2:ReplaceRoute",
|
|
16572
|
+
"ec2:ReplaceTransitGatewayRoute",
|
|
16573
|
+
"ec2:RevokeSecurityGroupEgress",
|
|
16574
|
+
"ec2:RevokeSecurityGroupIngress",
|
|
16575
|
+
"ec2:SearchTransitGatewayRoutes",
|
|
16576
|
+
"ec2:StartNetworkInsightsAnalysis"
|
|
16577
|
+
]
|
|
16578
|
+
}
|
|
16579
|
+
]
|
|
16580
|
+
},
|
|
16581
|
+
{
|
|
16582
|
+
"name": "StartNetworkMigrationMapping",
|
|
16583
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_StartNetworkMigrationMapping.html",
|
|
16584
|
+
"permissionOnly": false,
|
|
16585
|
+
"description": "Grants permission to start a network migration mapping",
|
|
16586
|
+
"accessLevel": "Write",
|
|
16587
|
+
"resourceTypes": [
|
|
16588
|
+
{
|
|
16589
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
16590
|
+
"required": true,
|
|
16591
|
+
"conditionKeys": [],
|
|
16592
|
+
"dependentActions": []
|
|
16593
|
+
}
|
|
16594
|
+
]
|
|
16595
|
+
},
|
|
16039
16596
|
{
|
|
16040
16597
|
"name": "StartReplication",
|
|
16041
16598
|
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_StartReplication.html",
|
|
@@ -16453,6 +17010,51 @@
|
|
|
16453
17010
|
}
|
|
16454
17011
|
]
|
|
16455
17012
|
},
|
|
17013
|
+
{
|
|
17014
|
+
"name": "UpdateNetworkMigrationDefinition",
|
|
17015
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_UpdateNetworkMigrationDefinition.html",
|
|
17016
|
+
"permissionOnly": false,
|
|
17017
|
+
"description": "Grants permission to update a network migration definition",
|
|
17018
|
+
"accessLevel": "Write",
|
|
17019
|
+
"resourceTypes": [
|
|
17020
|
+
{
|
|
17021
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
17022
|
+
"required": true,
|
|
17023
|
+
"conditionKeys": [],
|
|
17024
|
+
"dependentActions": []
|
|
17025
|
+
}
|
|
17026
|
+
]
|
|
17027
|
+
},
|
|
17028
|
+
{
|
|
17029
|
+
"name": "UpdateNetworkMigrationMapperSegment",
|
|
17030
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_UpdateNetworkMigrationMapperSegment.html",
|
|
17031
|
+
"permissionOnly": false,
|
|
17032
|
+
"description": "Grants permission to update a network migration mapper segment",
|
|
17033
|
+
"accessLevel": "Write",
|
|
17034
|
+
"resourceTypes": [
|
|
17035
|
+
{
|
|
17036
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
17037
|
+
"required": true,
|
|
17038
|
+
"conditionKeys": [],
|
|
17039
|
+
"dependentActions": []
|
|
17040
|
+
}
|
|
17041
|
+
]
|
|
17042
|
+
},
|
|
17043
|
+
{
|
|
17044
|
+
"name": "UpdateNetworkMigrationMapperSegmentConstruct",
|
|
17045
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_UpdateNetworkMigrationMapperSegmentConstruct.html",
|
|
17046
|
+
"permissionOnly": false,
|
|
17047
|
+
"description": "Grants permission to update a network migration mapper segment construct",
|
|
17048
|
+
"accessLevel": "Write",
|
|
17049
|
+
"resourceTypes": [
|
|
17050
|
+
{
|
|
17051
|
+
"resourceType": "NetworkMigrationDefinitionResource",
|
|
17052
|
+
"required": true,
|
|
17053
|
+
"conditionKeys": [],
|
|
17054
|
+
"dependentActions": []
|
|
17055
|
+
}
|
|
17056
|
+
]
|
|
17057
|
+
},
|
|
16456
17058
|
{
|
|
16457
17059
|
"name": "UpdateReplicationConfiguration",
|
|
16458
17060
|
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/APIReference/API_UpdateReplicationConfiguration.html",
|
|
@@ -16624,6 +17226,14 @@
|
|
|
16624
17226
|
"conditionKeys": [
|
|
16625
17227
|
"aws:ResourceTag/${TagKey}"
|
|
16626
17228
|
]
|
|
17229
|
+
},
|
|
17230
|
+
{
|
|
17231
|
+
"name": "NetworkMigrationDefinitionResource",
|
|
17232
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/ug/network-migration-definition.html",
|
|
17233
|
+
"arnPattern": "arn:${Partition}:mgn:${Region}:${Account}:network-migration-definition/${NetworkMigrationDefinitionID}",
|
|
17234
|
+
"conditionKeys": [
|
|
17235
|
+
"aws:ResourceTag/${TagKey}"
|
|
17236
|
+
]
|
|
16627
17237
|
}
|
|
16628
17238
|
],
|
|
16629
17239
|
"conditionKeys": [
|
|
@@ -31591,7 +32201,7 @@
|
|
|
31591
32201
|
"actions": [
|
|
31592
32202
|
{
|
|
31593
32203
|
"name": "CreateBillEstimate",
|
|
31594
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32204
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_CreateBillEstimate.html",
|
|
31595
32205
|
"permissionOnly": false,
|
|
31596
32206
|
"description": "Grants permission to create a new bill estimate. Charge is incurred for successful bill estimates",
|
|
31597
32207
|
"accessLevel": "Write",
|
|
@@ -31606,7 +32216,7 @@
|
|
|
31606
32216
|
},
|
|
31607
32217
|
{
|
|
31608
32218
|
"name": "CreateBillScenario",
|
|
31609
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32219
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_CreateBillScenario.html",
|
|
31610
32220
|
"permissionOnly": false,
|
|
31611
32221
|
"description": "Grants permission to create a new bill scenario",
|
|
31612
32222
|
"accessLevel": "Write",
|
|
@@ -31621,7 +32231,7 @@
|
|
|
31621
32231
|
},
|
|
31622
32232
|
{
|
|
31623
32233
|
"name": "CreateBillScenarioCommitmentModification",
|
|
31624
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32234
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchCreateBillScenarioCommitmentModification.html",
|
|
31625
32235
|
"permissionOnly": false,
|
|
31626
32236
|
"description": "Grants permission to create new commitments or remove existing commitment from a specified bill scenario",
|
|
31627
32237
|
"accessLevel": "Write",
|
|
@@ -31636,7 +32246,7 @@
|
|
|
31636
32246
|
},
|
|
31637
32247
|
{
|
|
31638
32248
|
"name": "CreateBillScenarioUsageModification",
|
|
31639
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32249
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchCreateBillScenarioUsageModification.html",
|
|
31640
32250
|
"permissionOnly": false,
|
|
31641
32251
|
"description": "Grants permission to create usage in the specified bill scenario",
|
|
31642
32252
|
"accessLevel": "Write",
|
|
@@ -31651,7 +32261,7 @@
|
|
|
31651
32261
|
},
|
|
31652
32262
|
{
|
|
31653
32263
|
"name": "CreateWorkloadEstimate",
|
|
31654
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32264
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_CreateWorkloadEstimate.html",
|
|
31655
32265
|
"permissionOnly": false,
|
|
31656
32266
|
"description": "Grants permission to create a new Workload estimate",
|
|
31657
32267
|
"accessLevel": "Write",
|
|
@@ -31666,7 +32276,7 @@
|
|
|
31666
32276
|
},
|
|
31667
32277
|
{
|
|
31668
32278
|
"name": "CreateWorkloadEstimateUsage",
|
|
31669
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32279
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchCreateWorkloadEstimateUsage.html",
|
|
31670
32280
|
"permissionOnly": false,
|
|
31671
32281
|
"description": "Grants permission to create usage in the specified workload estimate",
|
|
31672
32282
|
"accessLevel": "Write",
|
|
@@ -31681,7 +32291,7 @@
|
|
|
31681
32291
|
},
|
|
31682
32292
|
{
|
|
31683
32293
|
"name": "DeleteBillEstimate",
|
|
31684
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32294
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_DeleteBillEstimate.html",
|
|
31685
32295
|
"permissionOnly": false,
|
|
31686
32296
|
"description": "Grants permission to delete bill estimate",
|
|
31687
32297
|
"accessLevel": "Write",
|
|
@@ -31696,7 +32306,7 @@
|
|
|
31696
32306
|
},
|
|
31697
32307
|
{
|
|
31698
32308
|
"name": "DeleteBillScenario",
|
|
31699
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32309
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_DeleteBillScenario.html",
|
|
31700
32310
|
"permissionOnly": false,
|
|
31701
32311
|
"description": "Grants permission to delete a bill scenario",
|
|
31702
32312
|
"accessLevel": "Write",
|
|
@@ -31711,7 +32321,7 @@
|
|
|
31711
32321
|
},
|
|
31712
32322
|
{
|
|
31713
32323
|
"name": "DeleteBillScenarioCommitmentModification",
|
|
31714
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32324
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchDeleteBillScenarioCommitmentModification.html",
|
|
31715
32325
|
"permissionOnly": false,
|
|
31716
32326
|
"description": "Grants permission to delete newly added commitments from the specified bill scenario",
|
|
31717
32327
|
"accessLevel": "Write",
|
|
@@ -31726,7 +32336,7 @@
|
|
|
31726
32336
|
},
|
|
31727
32337
|
{
|
|
31728
32338
|
"name": "DeleteBillScenarioUsageModification",
|
|
31729
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32339
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchDeleteBillScenarioUsageModification.html",
|
|
31730
32340
|
"permissionOnly": false,
|
|
31731
32341
|
"description": "Grants permission to delete newly added usage from the specified bill scenario",
|
|
31732
32342
|
"accessLevel": "Write",
|
|
@@ -31741,7 +32351,7 @@
|
|
|
31741
32351
|
},
|
|
31742
32352
|
{
|
|
31743
32353
|
"name": "DeleteWorkloadEstimate",
|
|
31744
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32354
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_DeleteWorkloadEstimate.html",
|
|
31745
32355
|
"permissionOnly": false,
|
|
31746
32356
|
"description": "Grants permission to delete the specified workload estimate",
|
|
31747
32357
|
"accessLevel": "Write",
|
|
@@ -31756,7 +32366,7 @@
|
|
|
31756
32366
|
},
|
|
31757
32367
|
{
|
|
31758
32368
|
"name": "DeleteWorkloadEstimateUsage",
|
|
31759
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32369
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchDeleteWorkloadEstimateUsage.html",
|
|
31760
32370
|
"permissionOnly": false,
|
|
31761
32371
|
"description": "Grants permission to delete newly added usage from the specified workload estimate",
|
|
31762
32372
|
"accessLevel": "Write",
|
|
@@ -31771,7 +32381,7 @@
|
|
|
31771
32381
|
},
|
|
31772
32382
|
{
|
|
31773
32383
|
"name": "GetBillEstimate",
|
|
31774
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32384
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_GetBillEstimate.html",
|
|
31775
32385
|
"permissionOnly": false,
|
|
31776
32386
|
"description": "Grants permission to retrieve details of a bill estimate including estimated cost",
|
|
31777
32387
|
"accessLevel": "Read",
|
|
@@ -31786,7 +32396,7 @@
|
|
|
31786
32396
|
},
|
|
31787
32397
|
{
|
|
31788
32398
|
"name": "GetBillScenario",
|
|
31789
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32399
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_GetBillScenario.html",
|
|
31790
32400
|
"permissionOnly": false,
|
|
31791
32401
|
"description": "Grants permission to retrieve information associated with a bill scenario",
|
|
31792
32402
|
"accessLevel": "Read",
|
|
@@ -31801,7 +32411,7 @@
|
|
|
31801
32411
|
},
|
|
31802
32412
|
{
|
|
31803
32413
|
"name": "GetPreferences",
|
|
31804
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32414
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_GetPreferences.html",
|
|
31805
32415
|
"permissionOnly": false,
|
|
31806
32416
|
"description": "Grants permission to retrieve applicable rate type preferences for the account",
|
|
31807
32417
|
"accessLevel": "Read",
|
|
@@ -31816,7 +32426,7 @@
|
|
|
31816
32426
|
},
|
|
31817
32427
|
{
|
|
31818
32428
|
"name": "GetWorkloadEstimate",
|
|
31819
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32429
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_GetWorkloadEstimate.html",
|
|
31820
32430
|
"permissionOnly": false,
|
|
31821
32431
|
"description": "Grants permission to retrieve information associated with a workload estimate",
|
|
31822
32432
|
"accessLevel": "Read",
|
|
@@ -31831,7 +32441,7 @@
|
|
|
31831
32441
|
},
|
|
31832
32442
|
{
|
|
31833
32443
|
"name": "ListBillEstimateCommitments",
|
|
31834
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32444
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_ListBillEstimateCommitments.html",
|
|
31835
32445
|
"permissionOnly": false,
|
|
31836
32446
|
"description": "Grants permission to list commitments associated with the specified bill estimate",
|
|
31837
32447
|
"accessLevel": "List",
|
|
@@ -31846,7 +32456,7 @@
|
|
|
31846
32456
|
},
|
|
31847
32457
|
{
|
|
31848
32458
|
"name": "ListBillEstimateInputCommitmentModifications",
|
|
31849
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32459
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_ListBillEstimateInputCommitmentModifications.html",
|
|
31850
32460
|
"permissionOnly": false,
|
|
31851
32461
|
"description": "Grants permission to list added or removed commitments for a specified bill estimate",
|
|
31852
32462
|
"accessLevel": "List",
|
|
@@ -31861,7 +32471,7 @@
|
|
|
31861
32471
|
},
|
|
31862
32472
|
{
|
|
31863
32473
|
"name": "ListBillEstimateInputUsageModifications",
|
|
31864
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32474
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_ListBillEstimateInputUsageModifications.html",
|
|
31865
32475
|
"permissionOnly": false,
|
|
31866
32476
|
"description": "Grants permission to list added or modified usage for a specified bill estimate",
|
|
31867
32477
|
"accessLevel": "List",
|
|
@@ -31876,7 +32486,7 @@
|
|
|
31876
32486
|
},
|
|
31877
32487
|
{
|
|
31878
32488
|
"name": "ListBillEstimateLineItems",
|
|
31879
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32489
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_ListBillEstimateLineItems.html",
|
|
31880
32490
|
"permissionOnly": false,
|
|
31881
32491
|
"description": "Grants permission to list result line items for a specified bill estimate",
|
|
31882
32492
|
"accessLevel": "List",
|
|
@@ -31891,7 +32501,7 @@
|
|
|
31891
32501
|
},
|
|
31892
32502
|
{
|
|
31893
32503
|
"name": "ListBillEstimates",
|
|
31894
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32504
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_ListBillEstimates.html",
|
|
31895
32505
|
"permissionOnly": false,
|
|
31896
32506
|
"description": "Grants permission to list bill estimates",
|
|
31897
32507
|
"accessLevel": "List",
|
|
@@ -31906,7 +32516,7 @@
|
|
|
31906
32516
|
},
|
|
31907
32517
|
{
|
|
31908
32518
|
"name": "ListBillScenarioCommitmentModifications",
|
|
31909
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32519
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_ListBillScenarioCommitmentModifications.html",
|
|
31910
32520
|
"permissionOnly": false,
|
|
31911
32521
|
"description": "Grants permission to list commitments included in a bill scenario",
|
|
31912
32522
|
"accessLevel": "List",
|
|
@@ -31921,7 +32531,7 @@
|
|
|
31921
32531
|
},
|
|
31922
32532
|
{
|
|
31923
32533
|
"name": "ListBillScenarioUsageModifications",
|
|
31924
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32534
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_ListBillScenarioUsageModifications.html",
|
|
31925
32535
|
"permissionOnly": false,
|
|
31926
32536
|
"description": "Grants permission to list usage lines of a specified bill scenario",
|
|
31927
32537
|
"accessLevel": "List",
|
|
@@ -31936,7 +32546,7 @@
|
|
|
31936
32546
|
},
|
|
31937
32547
|
{
|
|
31938
32548
|
"name": "ListBillScenarios",
|
|
31939
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32549
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_ListBillScenarios.html",
|
|
31940
32550
|
"permissionOnly": false,
|
|
31941
32551
|
"description": "Grants permission to list bill scenarios",
|
|
31942
32552
|
"accessLevel": "List",
|
|
@@ -31951,7 +32561,7 @@
|
|
|
31951
32561
|
},
|
|
31952
32562
|
{
|
|
31953
32563
|
"name": "ListTagsForResource",
|
|
31954
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32564
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_ListTagsForResource.html",
|
|
31955
32565
|
"permissionOnly": false,
|
|
31956
32566
|
"description": "Grants permission to return a list of tags for a resource",
|
|
31957
32567
|
"accessLevel": "Tagging",
|
|
@@ -31966,7 +32576,7 @@
|
|
|
31966
32576
|
},
|
|
31967
32577
|
{
|
|
31968
32578
|
"name": "ListWorkloadEstimateUsage",
|
|
31969
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32579
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_ListWorkloadEstimateUsage.html",
|
|
31970
32580
|
"permissionOnly": false,
|
|
31971
32581
|
"description": "Grants permission to list usage lines for the specified workload estimate",
|
|
31972
32582
|
"accessLevel": "List",
|
|
@@ -31981,7 +32591,7 @@
|
|
|
31981
32591
|
},
|
|
31982
32592
|
{
|
|
31983
32593
|
"name": "ListWorkloadEstimates",
|
|
31984
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32594
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_ListWorkloadEstimates.html",
|
|
31985
32595
|
"permissionOnly": false,
|
|
31986
32596
|
"description": "Grants permission to list workload estimates",
|
|
31987
32597
|
"accessLevel": "List",
|
|
@@ -31996,7 +32606,7 @@
|
|
|
31996
32606
|
},
|
|
31997
32607
|
{
|
|
31998
32608
|
"name": "TagResource",
|
|
31999
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32609
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_TagResource.html",
|
|
32000
32610
|
"permissionOnly": false,
|
|
32001
32611
|
"description": "Grants permission to add a tag to a resource",
|
|
32002
32612
|
"accessLevel": "Tagging",
|
|
@@ -32014,7 +32624,7 @@
|
|
|
32014
32624
|
},
|
|
32015
32625
|
{
|
|
32016
32626
|
"name": "UntagResource",
|
|
32017
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32627
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_UntagResource.html",
|
|
32018
32628
|
"permissionOnly": false,
|
|
32019
32629
|
"description": "Grants permission to remove a tag from a resource",
|
|
32020
32630
|
"accessLevel": "Tagging",
|
|
@@ -32031,7 +32641,7 @@
|
|
|
32031
32641
|
},
|
|
32032
32642
|
{
|
|
32033
32643
|
"name": "UpdateBillEstimate",
|
|
32034
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32644
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_UpdateBillEstimate.html",
|
|
32035
32645
|
"permissionOnly": false,
|
|
32036
32646
|
"description": "Grants permission to update bill estimate name and expiration date time",
|
|
32037
32647
|
"accessLevel": "Write",
|
|
@@ -32046,7 +32656,7 @@
|
|
|
32046
32656
|
},
|
|
32047
32657
|
{
|
|
32048
32658
|
"name": "UpdateBillScenario",
|
|
32049
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32659
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_UpdateBillScenario.html",
|
|
32050
32660
|
"permissionOnly": false,
|
|
32051
32661
|
"description": "Grants permission to update name and expiration date time of the specified bill scenario",
|
|
32052
32662
|
"accessLevel": "Write",
|
|
@@ -32061,7 +32671,7 @@
|
|
|
32061
32671
|
},
|
|
32062
32672
|
{
|
|
32063
32673
|
"name": "UpdateBillScenarioCommitmentModification",
|
|
32064
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32674
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateBillScenarioCommitmentModification.html",
|
|
32065
32675
|
"permissionOnly": false,
|
|
32066
32676
|
"description": "Grants permission to update commitment group of commitments in the specified bill scenario",
|
|
32067
32677
|
"accessLevel": "Write",
|
|
@@ -32076,7 +32686,7 @@
|
|
|
32076
32686
|
},
|
|
32077
32687
|
{
|
|
32078
32688
|
"name": "UpdateBillScenarioUsageModification",
|
|
32079
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32689
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateBillScenarioUsageModification.html",
|
|
32080
32690
|
"permissionOnly": false,
|
|
32081
32691
|
"description": "Grants permission to update usage amount, usage hour, and usage group in the specified bill scenario",
|
|
32082
32692
|
"accessLevel": "Write",
|
|
@@ -32091,7 +32701,7 @@
|
|
|
32091
32701
|
},
|
|
32092
32702
|
{
|
|
32093
32703
|
"name": "UpdatePreferences",
|
|
32094
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32704
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_UpdatePreferences.html",
|
|
32095
32705
|
"permissionOnly": false,
|
|
32096
32706
|
"description": "Grants permission to update rate type preferences for the account",
|
|
32097
32707
|
"accessLevel": "Write",
|
|
@@ -32106,7 +32716,7 @@
|
|
|
32106
32716
|
},
|
|
32107
32717
|
{
|
|
32108
32718
|
"name": "UpdateWorkloadEstimate",
|
|
32109
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32719
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_UpdateWorkloadEstimate.html",
|
|
32110
32720
|
"permissionOnly": false,
|
|
32111
32721
|
"description": "Grants permission to update name and expiration date time of the specified workload estimate",
|
|
32112
32722
|
"accessLevel": "Write",
|
|
@@ -32121,7 +32731,7 @@
|
|
|
32121
32731
|
},
|
|
32122
32732
|
{
|
|
32123
32733
|
"name": "UpdateWorkloadEstimateUsage",
|
|
32124
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/
|
|
32734
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateWorkloadEstimateUsage.html",
|
|
32125
32735
|
"permissionOnly": false,
|
|
32126
32736
|
"description": "Grants permission to update usage amount and usage group in the specified workload estimate based on the usage id",
|
|
32127
32737
|
"accessLevel": "Write",
|
|
@@ -32138,27 +32748,21 @@
|
|
|
32138
32748
|
"resourceTypes": [
|
|
32139
32749
|
{
|
|
32140
32750
|
"name": "bill-estimate",
|
|
32141
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/bill-estimate.html",
|
|
32751
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/pc-bill-estimate.html",
|
|
32142
32752
|
"arnPattern": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:bill-estimate/${BillEstimateId}",
|
|
32143
|
-
"conditionKeys": [
|
|
32144
|
-
"bcm-pricing-calculator:bill-estimateBillEstimateId"
|
|
32145
|
-
]
|
|
32753
|
+
"conditionKeys": []
|
|
32146
32754
|
},
|
|
32147
32755
|
{
|
|
32148
32756
|
"name": "bill-scenario",
|
|
32149
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/bill-scenario.html",
|
|
32757
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/pc-bill-scenario.html",
|
|
32150
32758
|
"arnPattern": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:bill-scenario/${BillScenarioId}",
|
|
32151
|
-
"conditionKeys": [
|
|
32152
|
-
"bcm-pricing-calculator:bill-scenarioBillScenarioId"
|
|
32153
|
-
]
|
|
32759
|
+
"conditionKeys": []
|
|
32154
32760
|
},
|
|
32155
32761
|
{
|
|
32156
32762
|
"name": "workload-estimate",
|
|
32157
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/workload-estimate.html",
|
|
32763
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/pc-workload-estimate.html",
|
|
32158
32764
|
"arnPattern": "arn:${Partition}:bcm-pricing-calculator:${Region}:${Account}:workload-estimate/${WorkloadEstimateId}",
|
|
32159
|
-
"conditionKeys": [
|
|
32160
|
-
"bcm-pricing-calculator:workload-estimateWorkloadEstimateId"
|
|
32161
|
-
]
|
|
32765
|
+
"conditionKeys": []
|
|
32162
32766
|
}
|
|
32163
32767
|
],
|
|
32164
32768
|
"conditionKeys": [
|
|
@@ -32179,24 +32783,6 @@
|
|
|
32179
32783
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
32180
32784
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
32181
32785
|
"type": "ArrayOfString"
|
|
32182
|
-
},
|
|
32183
|
-
{
|
|
32184
|
-
"name": "bcm-pricing-calculator:bill-estimateBillEstimateId",
|
|
32185
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/security-iam.htmlbill-estimateBillEstimateId.html",
|
|
32186
|
-
"description": "bill-estimate resource billEstimateId identifier",
|
|
32187
|
-
"type": "String"
|
|
32188
|
-
},
|
|
32189
|
-
{
|
|
32190
|
-
"name": "bcm-pricing-calculator:bill-scenarioBillScenarioId",
|
|
32191
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/security-iam.htmlbill-scenarioBillScenarioId.html",
|
|
32192
|
-
"description": "bill-scenario resource billScenarioId identifier",
|
|
32193
|
-
"type": "String"
|
|
32194
|
-
},
|
|
32195
|
-
{
|
|
32196
|
-
"name": "bcm-pricing-calculator:workload-estimateWorkloadEstimateId",
|
|
32197
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/security-iam.htmlworkload-estimateWorkloadEstimateId.html",
|
|
32198
|
-
"description": "workload-estimate resource workloadEstimateId identifier",
|
|
32199
|
-
"type": "String"
|
|
32200
32786
|
}
|
|
32201
32787
|
]
|
|
32202
32788
|
},
|
|
@@ -42083,7 +42669,7 @@
|
|
|
42083
42669
|
"apiReferenceUrl": "https://docs.aws.amazon.com/clean-rooms/latest/userguide/ml-behaviors-byom.html#ml-behaviors-byom-membership-collaboration-access",
|
|
42084
42670
|
"permissionOnly": true,
|
|
42085
42671
|
"description": "Grants permission to access a collaboration in the context of Clean Rooms ML custom models",
|
|
42086
|
-
"accessLevel": "
|
|
42672
|
+
"accessLevel": "Read",
|
|
42087
42673
|
"resourceTypes": [
|
|
42088
42674
|
{
|
|
42089
42675
|
"resourceType": "collaboration",
|
|
@@ -42098,7 +42684,7 @@
|
|
|
42098
42684
|
"apiReferenceUrl": "https://docs.aws.amazon.com/clean-rooms/latest/userguide/ml-behaviors-byom.html#ml-behaviors-byom-membership-collaboration-access",
|
|
42099
42685
|
"permissionOnly": true,
|
|
42100
42686
|
"description": "Grants permission to access a membership in the context of Clean Rooms ML custom models",
|
|
42101
|
-
"accessLevel": "
|
|
42687
|
+
"accessLevel": "Read",
|
|
42102
42688
|
"resourceTypes": [
|
|
42103
42689
|
{
|
|
42104
42690
|
"resourceType": "membership",
|
|
@@ -70320,6 +70906,21 @@
|
|
|
70320
70906
|
}
|
|
70321
70907
|
]
|
|
70322
70908
|
},
|
|
70909
|
+
{
|
|
70910
|
+
"name": "CreateManagedLoginBranding",
|
|
70911
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateManagedLoginBranding.html",
|
|
70912
|
+
"permissionOnly": false,
|
|
70913
|
+
"description": "Grants permission to create a branding settings for managed login and associate it with an app client",
|
|
70914
|
+
"accessLevel": "Write",
|
|
70915
|
+
"resourceTypes": [
|
|
70916
|
+
{
|
|
70917
|
+
"resourceType": "userpool",
|
|
70918
|
+
"required": true,
|
|
70919
|
+
"conditionKeys": [],
|
|
70920
|
+
"dependentActions": []
|
|
70921
|
+
}
|
|
70922
|
+
]
|
|
70923
|
+
},
|
|
70323
70924
|
{
|
|
70324
70925
|
"name": "CreateResourceServer",
|
|
70325
70926
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateResourceServer.html",
|
|
@@ -70429,6 +71030,21 @@
|
|
|
70429
71030
|
}
|
|
70430
71031
|
]
|
|
70431
71032
|
},
|
|
71033
|
+
{
|
|
71034
|
+
"name": "DeleteManagedLoginBranding",
|
|
71035
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteManagedLoginBranding.html",
|
|
71036
|
+
"permissionOnly": false,
|
|
71037
|
+
"description": "Grants permission to delete the managed login branding style for any app client",
|
|
71038
|
+
"accessLevel": "Write",
|
|
71039
|
+
"resourceTypes": [
|
|
71040
|
+
{
|
|
71041
|
+
"resourceType": "userpool",
|
|
71042
|
+
"required": true,
|
|
71043
|
+
"conditionKeys": [],
|
|
71044
|
+
"dependentActions": []
|
|
71045
|
+
}
|
|
71046
|
+
]
|
|
71047
|
+
},
|
|
70432
71048
|
{
|
|
70433
71049
|
"name": "DeleteResourceServer",
|
|
70434
71050
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteResourceServer.html",
|
|
@@ -70534,6 +71150,36 @@
|
|
|
70534
71150
|
}
|
|
70535
71151
|
]
|
|
70536
71152
|
},
|
|
71153
|
+
{
|
|
71154
|
+
"name": "DescribeManagedLoginBranding",
|
|
71155
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeManagedLoginBranding.html",
|
|
71156
|
+
"permissionOnly": false,
|
|
71157
|
+
"description": "Grants permission to get the detailed information about the branding style of managed login",
|
|
71158
|
+
"accessLevel": "Read",
|
|
71159
|
+
"resourceTypes": [
|
|
71160
|
+
{
|
|
71161
|
+
"resourceType": "userpool",
|
|
71162
|
+
"required": true,
|
|
71163
|
+
"conditionKeys": [],
|
|
71164
|
+
"dependentActions": []
|
|
71165
|
+
}
|
|
71166
|
+
]
|
|
71167
|
+
},
|
|
71168
|
+
{
|
|
71169
|
+
"name": "DescribeManagedLoginBrandingByClient",
|
|
71170
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeManagedLoginBrandingByClient.html",
|
|
71171
|
+
"permissionOnly": false,
|
|
71172
|
+
"description": "Grants permission to get the detailed information about the branding style of managed login associated with an appclient",
|
|
71173
|
+
"accessLevel": "Read",
|
|
71174
|
+
"resourceTypes": [
|
|
71175
|
+
{
|
|
71176
|
+
"resourceType": "userpool",
|
|
71177
|
+
"required": true,
|
|
71178
|
+
"conditionKeys": [],
|
|
71179
|
+
"dependentActions": []
|
|
71180
|
+
}
|
|
71181
|
+
]
|
|
71182
|
+
},
|
|
70537
71183
|
{
|
|
70538
71184
|
"name": "DescribeResourceServer",
|
|
70539
71185
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeResourceServer.html",
|
|
@@ -71316,6 +71962,21 @@
|
|
|
71316
71962
|
}
|
|
71317
71963
|
]
|
|
71318
71964
|
},
|
|
71965
|
+
{
|
|
71966
|
+
"name": "UpdateManagedLoginBranding",
|
|
71967
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateManagedLoginBranding.html",
|
|
71968
|
+
"permissionOnly": false,
|
|
71969
|
+
"description": "Grants permission to update the branding settings of a managed login",
|
|
71970
|
+
"accessLevel": "Write",
|
|
71971
|
+
"resourceTypes": [
|
|
71972
|
+
{
|
|
71973
|
+
"resourceType": "userpool",
|
|
71974
|
+
"required": true,
|
|
71975
|
+
"conditionKeys": [],
|
|
71976
|
+
"dependentActions": []
|
|
71977
|
+
}
|
|
71978
|
+
]
|
|
71979
|
+
},
|
|
71319
71980
|
{
|
|
71320
71981
|
"name": "UpdateResourceServer",
|
|
71321
71982
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateResourceServer.html",
|
|
@@ -253004,6 +253665,45 @@
|
|
|
253004
253665
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmigrationhub.html",
|
|
253005
253666
|
"servicePrefix": "mgh",
|
|
253006
253667
|
"actions": [
|
|
253668
|
+
{
|
|
253669
|
+
"name": "AcceptConnection",
|
|
253670
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mhj/latest/userguide/account-connections.html",
|
|
253671
|
+
"permissionOnly": false,
|
|
253672
|
+
"description": "Grants permission to accept a connection",
|
|
253673
|
+
"accessLevel": "Write",
|
|
253674
|
+
"resourceTypes": [
|
|
253675
|
+
{
|
|
253676
|
+
"resourceType": "ConnectionResource",
|
|
253677
|
+
"required": true,
|
|
253678
|
+
"conditionKeys": [],
|
|
253679
|
+
"dependentActions": []
|
|
253680
|
+
},
|
|
253681
|
+
{
|
|
253682
|
+
"resourceType": "",
|
|
253683
|
+
"required": false,
|
|
253684
|
+
"conditionKeys": [
|
|
253685
|
+
"aws:TagKeys",
|
|
253686
|
+
"aws:RequestTag/${TagKey}"
|
|
253687
|
+
],
|
|
253688
|
+
"dependentActions": []
|
|
253689
|
+
}
|
|
253690
|
+
]
|
|
253691
|
+
},
|
|
253692
|
+
{
|
|
253693
|
+
"name": "AssociateAutomationUnitRole",
|
|
253694
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_AssociateAutomationUnitRole.html",
|
|
253695
|
+
"permissionOnly": false,
|
|
253696
|
+
"description": "Grants permission to associate an IAM role to an automation unit",
|
|
253697
|
+
"accessLevel": "Write",
|
|
253698
|
+
"resourceTypes": [
|
|
253699
|
+
{
|
|
253700
|
+
"resourceType": "AutomationUnitResource",
|
|
253701
|
+
"required": true,
|
|
253702
|
+
"conditionKeys": [],
|
|
253703
|
+
"dependentActions": []
|
|
253704
|
+
}
|
|
253705
|
+
]
|
|
253706
|
+
},
|
|
253007
253707
|
{
|
|
253008
253708
|
"name": "AssociateCreatedArtifact",
|
|
253009
253709
|
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_AssociateCreatedArtifact.html",
|
|
@@ -253034,6 +253734,81 @@
|
|
|
253034
253734
|
}
|
|
253035
253735
|
]
|
|
253036
253736
|
},
|
|
253737
|
+
{
|
|
253738
|
+
"name": "AssociateSourceResource",
|
|
253739
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_AssociateSourceResource.html",
|
|
253740
|
+
"permissionOnly": false,
|
|
253741
|
+
"description": "Grants permission to associate source resource",
|
|
253742
|
+
"accessLevel": "Write",
|
|
253743
|
+
"resourceTypes": [
|
|
253744
|
+
{
|
|
253745
|
+
"resourceType": "migrationTask",
|
|
253746
|
+
"required": true,
|
|
253747
|
+
"conditionKeys": [],
|
|
253748
|
+
"dependentActions": []
|
|
253749
|
+
}
|
|
253750
|
+
]
|
|
253751
|
+
},
|
|
253752
|
+
{
|
|
253753
|
+
"name": "BatchAssociateIamRoleWithConnection",
|
|
253754
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mhj/latest/userguide/account-connections.html",
|
|
253755
|
+
"permissionOnly": false,
|
|
253756
|
+
"description": "Grants permission to batch-associate IAM roles with a connection",
|
|
253757
|
+
"accessLevel": "Write",
|
|
253758
|
+
"resourceTypes": [
|
|
253759
|
+
{
|
|
253760
|
+
"resourceType": "ConnectionResource",
|
|
253761
|
+
"required": true,
|
|
253762
|
+
"conditionKeys": [],
|
|
253763
|
+
"dependentActions": []
|
|
253764
|
+
}
|
|
253765
|
+
]
|
|
253766
|
+
},
|
|
253767
|
+
{
|
|
253768
|
+
"name": "BatchDisassociateIamRoleFromConnection",
|
|
253769
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mhj/latest/userguide/account-connections.html",
|
|
253770
|
+
"permissionOnly": false,
|
|
253771
|
+
"description": "Grants permission to batch-disassociate IAM roles from a connection",
|
|
253772
|
+
"accessLevel": "Write",
|
|
253773
|
+
"resourceTypes": [
|
|
253774
|
+
{
|
|
253775
|
+
"resourceType": "ConnectionResource",
|
|
253776
|
+
"required": true,
|
|
253777
|
+
"conditionKeys": [],
|
|
253778
|
+
"dependentActions": []
|
|
253779
|
+
}
|
|
253780
|
+
]
|
|
253781
|
+
},
|
|
253782
|
+
{
|
|
253783
|
+
"name": "CreateAutomationRun",
|
|
253784
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_CreateAutomationRun.html",
|
|
253785
|
+
"permissionOnly": false,
|
|
253786
|
+
"description": "Grants permission to create an automation unit run",
|
|
253787
|
+
"accessLevel": "Write",
|
|
253788
|
+
"resourceTypes": [
|
|
253789
|
+
{
|
|
253790
|
+
"resourceType": "",
|
|
253791
|
+
"required": false,
|
|
253792
|
+
"conditionKeys": [],
|
|
253793
|
+
"dependentActions": []
|
|
253794
|
+
}
|
|
253795
|
+
]
|
|
253796
|
+
},
|
|
253797
|
+
{
|
|
253798
|
+
"name": "CreateAutomationUnit",
|
|
253799
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_CreateAutomationUnit.html",
|
|
253800
|
+
"permissionOnly": false,
|
|
253801
|
+
"description": "Grants permission to create an automation unit",
|
|
253802
|
+
"accessLevel": "Write",
|
|
253803
|
+
"resourceTypes": [
|
|
253804
|
+
{
|
|
253805
|
+
"resourceType": "",
|
|
253806
|
+
"required": false,
|
|
253807
|
+
"conditionKeys": [],
|
|
253808
|
+
"dependentActions": []
|
|
253809
|
+
}
|
|
253810
|
+
]
|
|
253811
|
+
},
|
|
253037
253812
|
{
|
|
253038
253813
|
"name": "CreateHomeRegionControl",
|
|
253039
253814
|
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub-home-region/latest/APIReference/API_CreateHomeRegionControl.html",
|
|
@@ -253064,6 +253839,51 @@
|
|
|
253064
253839
|
}
|
|
253065
253840
|
]
|
|
253066
253841
|
},
|
|
253842
|
+
{
|
|
253843
|
+
"name": "DeleteAutomationRun",
|
|
253844
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_DeleteAutomationRun.html",
|
|
253845
|
+
"permissionOnly": false,
|
|
253846
|
+
"description": "Grants permission to delete an automation unit run",
|
|
253847
|
+
"accessLevel": "Write",
|
|
253848
|
+
"resourceTypes": [
|
|
253849
|
+
{
|
|
253850
|
+
"resourceType": "AutomationRunResource",
|
|
253851
|
+
"required": true,
|
|
253852
|
+
"conditionKeys": [],
|
|
253853
|
+
"dependentActions": []
|
|
253854
|
+
}
|
|
253855
|
+
]
|
|
253856
|
+
},
|
|
253857
|
+
{
|
|
253858
|
+
"name": "DeleteAutomationUnit",
|
|
253859
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_DeleteAutomationUnit.html",
|
|
253860
|
+
"permissionOnly": false,
|
|
253861
|
+
"description": "Grants permission to delete an automation unit",
|
|
253862
|
+
"accessLevel": "Write",
|
|
253863
|
+
"resourceTypes": [
|
|
253864
|
+
{
|
|
253865
|
+
"resourceType": "AutomationUnitResource",
|
|
253866
|
+
"required": true,
|
|
253867
|
+
"conditionKeys": [],
|
|
253868
|
+
"dependentActions": []
|
|
253869
|
+
}
|
|
253870
|
+
]
|
|
253871
|
+
},
|
|
253872
|
+
{
|
|
253873
|
+
"name": "DeleteConnection",
|
|
253874
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mhj/latest/userguide/account-connections.html",
|
|
253875
|
+
"permissionOnly": false,
|
|
253876
|
+
"description": "Grants permission to delete a connection",
|
|
253877
|
+
"accessLevel": "Write",
|
|
253878
|
+
"resourceTypes": [
|
|
253879
|
+
{
|
|
253880
|
+
"resourceType": "ConnectionResource",
|
|
253881
|
+
"required": true,
|
|
253882
|
+
"conditionKeys": [],
|
|
253883
|
+
"dependentActions": []
|
|
253884
|
+
}
|
|
253885
|
+
]
|
|
253886
|
+
},
|
|
253067
253887
|
{
|
|
253068
253888
|
"name": "DeleteHomeRegionControl",
|
|
253069
253889
|
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub-home-region/latest/APIReference/API_DeleteHomeRegionControl.html",
|
|
@@ -253109,6 +253929,36 @@
|
|
|
253109
253929
|
}
|
|
253110
253930
|
]
|
|
253111
253931
|
},
|
|
253932
|
+
{
|
|
253933
|
+
"name": "DescribeAutomationRun",
|
|
253934
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_DescribeAutomationRun.html",
|
|
253935
|
+
"permissionOnly": false,
|
|
253936
|
+
"description": "Grants permission to describe an automation unit run",
|
|
253937
|
+
"accessLevel": "Read",
|
|
253938
|
+
"resourceTypes": [
|
|
253939
|
+
{
|
|
253940
|
+
"resourceType": "AutomationRunResource",
|
|
253941
|
+
"required": true,
|
|
253942
|
+
"conditionKeys": [],
|
|
253943
|
+
"dependentActions": []
|
|
253944
|
+
}
|
|
253945
|
+
]
|
|
253946
|
+
},
|
|
253947
|
+
{
|
|
253948
|
+
"name": "DescribeAutomationUnit",
|
|
253949
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_DescribeAutomationUnit.html",
|
|
253950
|
+
"permissionOnly": false,
|
|
253951
|
+
"description": "Grants permission to describe an automation unit",
|
|
253952
|
+
"accessLevel": "Read",
|
|
253953
|
+
"resourceTypes": [
|
|
253954
|
+
{
|
|
253955
|
+
"resourceType": "AutomationUnitResource",
|
|
253956
|
+
"required": true,
|
|
253957
|
+
"conditionKeys": [],
|
|
253958
|
+
"dependentActions": []
|
|
253959
|
+
}
|
|
253960
|
+
]
|
|
253961
|
+
},
|
|
253112
253962
|
{
|
|
253113
253963
|
"name": "DescribeHomeRegionControls",
|
|
253114
253964
|
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub-home-region/latest/APIReference/API_DescribeHomeRegionControls.html",
|
|
@@ -253139,6 +253989,21 @@
|
|
|
253139
253989
|
}
|
|
253140
253990
|
]
|
|
253141
253991
|
},
|
|
253992
|
+
{
|
|
253993
|
+
"name": "DisassociateAutomationUnitRole",
|
|
253994
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_DisassociateAutomationUnitRole.html",
|
|
253995
|
+
"permissionOnly": false,
|
|
253996
|
+
"description": "Grants permission to disassociate an IAM role from an automation unit",
|
|
253997
|
+
"accessLevel": "Write",
|
|
253998
|
+
"resourceTypes": [
|
|
253999
|
+
{
|
|
254000
|
+
"resourceType": "AutomationUnitResource",
|
|
254001
|
+
"required": true,
|
|
254002
|
+
"conditionKeys": [],
|
|
254003
|
+
"dependentActions": []
|
|
254004
|
+
}
|
|
254005
|
+
]
|
|
254006
|
+
},
|
|
253142
254007
|
{
|
|
253143
254008
|
"name": "DisassociateCreatedArtifact",
|
|
253144
254009
|
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_DisassociateCreatedArtifact.html",
|
|
@@ -253169,6 +254034,36 @@
|
|
|
253169
254034
|
}
|
|
253170
254035
|
]
|
|
253171
254036
|
},
|
|
254037
|
+
{
|
|
254038
|
+
"name": "DisassociateSourceResource",
|
|
254039
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_DisassociateSourceResource.html",
|
|
254040
|
+
"permissionOnly": false,
|
|
254041
|
+
"description": "Grants permission to diassociate source resource",
|
|
254042
|
+
"accessLevel": "Write",
|
|
254043
|
+
"resourceTypes": [
|
|
254044
|
+
{
|
|
254045
|
+
"resourceType": "migrationTask",
|
|
254046
|
+
"required": true,
|
|
254047
|
+
"conditionKeys": [],
|
|
254048
|
+
"dependentActions": []
|
|
254049
|
+
}
|
|
254050
|
+
]
|
|
254051
|
+
},
|
|
254052
|
+
{
|
|
254053
|
+
"name": "GetConnection",
|
|
254054
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mhj/latest/userguide/account-connections.html",
|
|
254055
|
+
"permissionOnly": false,
|
|
254056
|
+
"description": "Grants permission to get a connection",
|
|
254057
|
+
"accessLevel": "Read",
|
|
254058
|
+
"resourceTypes": [
|
|
254059
|
+
{
|
|
254060
|
+
"resourceType": "ConnectionResource",
|
|
254061
|
+
"required": true,
|
|
254062
|
+
"conditionKeys": [],
|
|
254063
|
+
"dependentActions": []
|
|
254064
|
+
}
|
|
254065
|
+
]
|
|
254066
|
+
},
|
|
253172
254067
|
{
|
|
253173
254068
|
"name": "GetHomeRegion",
|
|
253174
254069
|
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub-home-region/latest/APIReference/API_GetHomeRegion.html",
|
|
@@ -253214,6 +254109,66 @@
|
|
|
253214
254109
|
}
|
|
253215
254110
|
]
|
|
253216
254111
|
},
|
|
254112
|
+
{
|
|
254113
|
+
"name": "ListAutomationRuns",
|
|
254114
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_ListAutomationRuns.html",
|
|
254115
|
+
"permissionOnly": false,
|
|
254116
|
+
"description": "Grants permission to list automation unit runs",
|
|
254117
|
+
"accessLevel": "List",
|
|
254118
|
+
"resourceTypes": [
|
|
254119
|
+
{
|
|
254120
|
+
"resourceType": "",
|
|
254121
|
+
"required": false,
|
|
254122
|
+
"conditionKeys": [],
|
|
254123
|
+
"dependentActions": []
|
|
254124
|
+
}
|
|
254125
|
+
]
|
|
254126
|
+
},
|
|
254127
|
+
{
|
|
254128
|
+
"name": "ListAutomationUnits",
|
|
254129
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_ListAutomationUnits.html",
|
|
254130
|
+
"permissionOnly": false,
|
|
254131
|
+
"description": "Grants permission to list automation units",
|
|
254132
|
+
"accessLevel": "List",
|
|
254133
|
+
"resourceTypes": [
|
|
254134
|
+
{
|
|
254135
|
+
"resourceType": "",
|
|
254136
|
+
"required": false,
|
|
254137
|
+
"conditionKeys": [],
|
|
254138
|
+
"dependentActions": []
|
|
254139
|
+
}
|
|
254140
|
+
]
|
|
254141
|
+
},
|
|
254142
|
+
{
|
|
254143
|
+
"name": "ListConnectionRoles",
|
|
254144
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mhj/latest/userguide/account-connections.html",
|
|
254145
|
+
"permissionOnly": false,
|
|
254146
|
+
"description": "Grants permission to list connection roles",
|
|
254147
|
+
"accessLevel": "List",
|
|
254148
|
+
"resourceTypes": [
|
|
254149
|
+
{
|
|
254150
|
+
"resourceType": "ConnectionResource",
|
|
254151
|
+
"required": true,
|
|
254152
|
+
"conditionKeys": [],
|
|
254153
|
+
"dependentActions": []
|
|
254154
|
+
}
|
|
254155
|
+
]
|
|
254156
|
+
},
|
|
254157
|
+
{
|
|
254158
|
+
"name": "ListConnections",
|
|
254159
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mhj/latest/userguide/account-connections.html",
|
|
254160
|
+
"permissionOnly": false,
|
|
254161
|
+
"description": "Grants permission to list connections",
|
|
254162
|
+
"accessLevel": "List",
|
|
254163
|
+
"resourceTypes": [
|
|
254164
|
+
{
|
|
254165
|
+
"resourceType": "",
|
|
254166
|
+
"required": false,
|
|
254167
|
+
"conditionKeys": [],
|
|
254168
|
+
"dependentActions": []
|
|
254169
|
+
}
|
|
254170
|
+
]
|
|
254171
|
+
},
|
|
253217
254172
|
{
|
|
253218
254173
|
"name": "ListCreatedArtifacts",
|
|
253219
254174
|
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_ListCreatedArtifacts.html",
|
|
@@ -253244,6 +254199,21 @@
|
|
|
253244
254199
|
}
|
|
253245
254200
|
]
|
|
253246
254201
|
},
|
|
254202
|
+
{
|
|
254203
|
+
"name": "ListMigrationTaskUpdates",
|
|
254204
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_ListMigrationTaskUpdates.html",
|
|
254205
|
+
"permissionOnly": false,
|
|
254206
|
+
"description": "Grants permission to list migration tasks updates",
|
|
254207
|
+
"accessLevel": "List",
|
|
254208
|
+
"resourceTypes": [
|
|
254209
|
+
{
|
|
254210
|
+
"resourceType": "migrationTask",
|
|
254211
|
+
"required": true,
|
|
254212
|
+
"conditionKeys": [],
|
|
254213
|
+
"dependentActions": []
|
|
254214
|
+
}
|
|
254215
|
+
]
|
|
254216
|
+
},
|
|
253247
254217
|
{
|
|
253248
254218
|
"name": "ListMigrationTasks",
|
|
253249
254219
|
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_ListMigrationTasks.html",
|
|
@@ -253274,6 +254244,36 @@
|
|
|
253274
254244
|
}
|
|
253275
254245
|
]
|
|
253276
254246
|
},
|
|
254247
|
+
{
|
|
254248
|
+
"name": "ListSourceResources",
|
|
254249
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_ListSourceResources.html",
|
|
254250
|
+
"permissionOnly": false,
|
|
254251
|
+
"description": "Grants permission to list source resources",
|
|
254252
|
+
"accessLevel": "List",
|
|
254253
|
+
"resourceTypes": [
|
|
254254
|
+
{
|
|
254255
|
+
"resourceType": "migrationTask",
|
|
254256
|
+
"required": true,
|
|
254257
|
+
"conditionKeys": [],
|
|
254258
|
+
"dependentActions": []
|
|
254259
|
+
}
|
|
254260
|
+
]
|
|
254261
|
+
},
|
|
254262
|
+
{
|
|
254263
|
+
"name": "ListTagsForResource",
|
|
254264
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_ListTagsForResource.html",
|
|
254265
|
+
"permissionOnly": false,
|
|
254266
|
+
"description": "Grants permission to list tags for a resource",
|
|
254267
|
+
"accessLevel": "List",
|
|
254268
|
+
"resourceTypes": [
|
|
254269
|
+
{
|
|
254270
|
+
"resourceType": "",
|
|
254271
|
+
"required": false,
|
|
254272
|
+
"conditionKeys": [],
|
|
254273
|
+
"dependentActions": []
|
|
254274
|
+
}
|
|
254275
|
+
]
|
|
254276
|
+
},
|
|
253277
254277
|
{
|
|
253278
254278
|
"name": "NotifyApplicationState",
|
|
253279
254279
|
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_NotifyApplicationState.html",
|
|
@@ -253318,6 +254318,56 @@
|
|
|
253318
254318
|
"dependentActions": []
|
|
253319
254319
|
}
|
|
253320
254320
|
]
|
|
254321
|
+
},
|
|
254322
|
+
{
|
|
254323
|
+
"name": "RejectConnection",
|
|
254324
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/mhj/latest/userguide/account-connections.html",
|
|
254325
|
+
"permissionOnly": false,
|
|
254326
|
+
"description": "Grants permission to reject a connection",
|
|
254327
|
+
"accessLevel": "Write",
|
|
254328
|
+
"resourceTypes": [
|
|
254329
|
+
{
|
|
254330
|
+
"resourceType": "ConnectionResource",
|
|
254331
|
+
"required": true,
|
|
254332
|
+
"conditionKeys": [],
|
|
254333
|
+
"dependentActions": []
|
|
254334
|
+
}
|
|
254335
|
+
]
|
|
254336
|
+
},
|
|
254337
|
+
{
|
|
254338
|
+
"name": "TagResource",
|
|
254339
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_TagResource.html",
|
|
254340
|
+
"permissionOnly": false,
|
|
254341
|
+
"description": "Grants permission to tag a resource",
|
|
254342
|
+
"accessLevel": "Tagging",
|
|
254343
|
+
"resourceTypes": [
|
|
254344
|
+
{
|
|
254345
|
+
"resourceType": "",
|
|
254346
|
+
"required": false,
|
|
254347
|
+
"conditionKeys": [
|
|
254348
|
+
"aws:TagKeys",
|
|
254349
|
+
"aws:RequestTag/${TagKey}"
|
|
254350
|
+
],
|
|
254351
|
+
"dependentActions": []
|
|
254352
|
+
}
|
|
254353
|
+
]
|
|
254354
|
+
},
|
|
254355
|
+
{
|
|
254356
|
+
"name": "UntagResource",
|
|
254357
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_UntagResource.html",
|
|
254358
|
+
"permissionOnly": false,
|
|
254359
|
+
"description": "Grants permission to untag a resource",
|
|
254360
|
+
"accessLevel": "Tagging",
|
|
254361
|
+
"resourceTypes": [
|
|
254362
|
+
{
|
|
254363
|
+
"resourceType": "",
|
|
254364
|
+
"required": false,
|
|
254365
|
+
"conditionKeys": [
|
|
254366
|
+
"aws:TagKeys"
|
|
254367
|
+
],
|
|
254368
|
+
"dependentActions": []
|
|
254369
|
+
}
|
|
254370
|
+
]
|
|
253321
254371
|
}
|
|
253322
254372
|
],
|
|
253323
254373
|
"resourceTypes": [
|
|
@@ -253332,9 +254382,71 @@
|
|
|
253332
254382
|
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_MigrationTask.html",
|
|
253333
254383
|
"arnPattern": "arn:${Partition}:mgh:${Region}:${Account}:progressUpdateStream/${Stream}/migrationTask/${Task}",
|
|
253334
254384
|
"conditionKeys": []
|
|
254385
|
+
},
|
|
254386
|
+
{
|
|
254387
|
+
"name": "AutomationRunResource",
|
|
254388
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_AutomationRunResource.html",
|
|
254389
|
+
"arnPattern": "arn:${Partition}:mgh:${Region}:${Account}:automation-run/${RunID}",
|
|
254390
|
+
"conditionKeys": [
|
|
254391
|
+
"mgh:AutomationRunResourceRunID"
|
|
254392
|
+
]
|
|
254393
|
+
},
|
|
254394
|
+
{
|
|
254395
|
+
"name": "AutomationUnitResource",
|
|
254396
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_AutomationUnitResource.html",
|
|
254397
|
+
"arnPattern": "arn:${Partition}:mgh:${Region}:${Account}:automation-unit/${AutomationUnitId}",
|
|
254398
|
+
"conditionKeys": [
|
|
254399
|
+
"mgh:AutomationUnitResourceAutomationUnitArn"
|
|
254400
|
+
]
|
|
254401
|
+
},
|
|
254402
|
+
{
|
|
254403
|
+
"name": "ConnectionResource",
|
|
254404
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/API_ConnectionResource.html",
|
|
254405
|
+
"arnPattern": "arn:${Partition}:mgh:${Region}:${Account}:${ConnectionArn}",
|
|
254406
|
+
"conditionKeys": [
|
|
254407
|
+
"aws:ResourceTag/${TagKey}",
|
|
254408
|
+
"mgh:ConnectionResourceConnectionArn"
|
|
254409
|
+
]
|
|
253335
254410
|
}
|
|
253336
254411
|
],
|
|
253337
|
-
"conditionKeys": [
|
|
254412
|
+
"conditionKeys": [
|
|
254413
|
+
{
|
|
254414
|
+
"name": "aws:RequestTag/${TagKey}",
|
|
254415
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag",
|
|
254416
|
+
"description": "Filters access based on the tags that are passed in the request",
|
|
254417
|
+
"type": "String"
|
|
254418
|
+
},
|
|
254419
|
+
{
|
|
254420
|
+
"name": "aws:ResourceTag/${TagKey}",
|
|
254421
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag",
|
|
254422
|
+
"description": "Filters access based on the tags associated with the resource",
|
|
254423
|
+
"type": "String"
|
|
254424
|
+
},
|
|
254425
|
+
{
|
|
254426
|
+
"name": "aws:TagKeys",
|
|
254427
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
254428
|
+
"description": "Filters access based on the tag keys that are passed in the request",
|
|
254429
|
+
"type": "ArrayOfString"
|
|
254430
|
+
},
|
|
254431
|
+
{
|
|
254432
|
+
"name": "mgh:AutomationRunResourceRunID",
|
|
254433
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/ContextKeys_AutomationRunResourceRunID.html",
|
|
254434
|
+
"description": "AutomationRunResource resource runID identifier",
|
|
254435
|
+
"type": "String"
|
|
254436
|
+
},
|
|
254437
|
+
{
|
|
254438
|
+
"name": "mgh:AutomationUnitResourceAutomationUnitArn",
|
|
254439
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/ContextKeys_AutomationUnitResourceAutomationUnitArn.html",
|
|
254440
|
+
"description": "AutomationUnitResource resource automationUnitArn identifier",
|
|
254441
|
+
"type": "ARN"
|
|
254442
|
+
},
|
|
254443
|
+
{
|
|
254444
|
+
"name": "mgh:ConnectionResourceConnectionArn",
|
|
254445
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/migrationhub/latest/ug/security_iam_service-with-iam-id-based-policies-conditionkeys.html#condition-connectionresourceconnectionarn",
|
|
254446
|
+
"description": "ConnectionResource resource connectionArn identifier",
|
|
254447
|
+
"type": "String"
|
|
254448
|
+
}
|
|
254449
|
+
]
|
|
253338
254450
|
},
|
|
253339
254451
|
{
|
|
253340
254452
|
"name": "AWS Migration Hub Orchestrator",
|