aws-iam-data 0.0.367 → 0.0.369
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/json/changelog.json +71 -0
- package/dist/data/json/iam.json +619 -410
- package/dist/data/json/metadata.json +38 -27
- package/dist/data/json/reports.json +6 -6
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -32864,6 +32864,12 @@
|
|
|
32864
32864
|
"description": "Filters access by the specified inference profile",
|
|
32865
32865
|
"type": "ARN"
|
|
32866
32866
|
},
|
|
32867
|
+
{
|
|
32868
|
+
"name": "bedrock:InlineAgentName",
|
|
32869
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html#amazonbedrock-policy-keys",
|
|
32870
|
+
"description": "Filters access by the Inline Agent Names, this will be used in InvokeInlineAgent API names",
|
|
32871
|
+
"type": "String"
|
|
32872
|
+
},
|
|
32867
32873
|
{
|
|
32868
32874
|
"name": "bedrock:PromptRouterArn",
|
|
32869
32875
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-globally-available",
|
|
@@ -50537,6 +50543,36 @@
|
|
|
50537
50543
|
}
|
|
50538
50544
|
]
|
|
50539
50545
|
},
|
|
50546
|
+
{
|
|
50547
|
+
"name": "AssociateDistributionTenantWebACL",
|
|
50548
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_AssociateDistributionTenantWebACL.html",
|
|
50549
|
+
"permissionOnly": false,
|
|
50550
|
+
"description": "Grants permission to associate a distribution tenant with an AWS WAF web ACL",
|
|
50551
|
+
"accessLevel": "Write",
|
|
50552
|
+
"resourceTypes": [
|
|
50553
|
+
{
|
|
50554
|
+
"resourceType": "distribution-tenant",
|
|
50555
|
+
"required": true,
|
|
50556
|
+
"conditionKeys": [],
|
|
50557
|
+
"dependentActions": []
|
|
50558
|
+
}
|
|
50559
|
+
]
|
|
50560
|
+
},
|
|
50561
|
+
{
|
|
50562
|
+
"name": "AssociateDistributionWebACL",
|
|
50563
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_AssociateDistributionWebACL.html",
|
|
50564
|
+
"permissionOnly": false,
|
|
50565
|
+
"description": "Grants permission to associate a distribution with an AWS WAF web ACL",
|
|
50566
|
+
"accessLevel": "Write",
|
|
50567
|
+
"resourceTypes": [
|
|
50568
|
+
{
|
|
50569
|
+
"resourceType": "distribution",
|
|
50570
|
+
"required": true,
|
|
50571
|
+
"conditionKeys": [],
|
|
50572
|
+
"dependentActions": []
|
|
50573
|
+
}
|
|
50574
|
+
]
|
|
50575
|
+
},
|
|
50540
50576
|
{
|
|
50541
50577
|
"name": "CopyDistribution",
|
|
50542
50578
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CopyDistribution.html",
|
|
@@ -50610,6 +50646,24 @@
|
|
|
50610
50646
|
}
|
|
50611
50647
|
]
|
|
50612
50648
|
},
|
|
50649
|
+
{
|
|
50650
|
+
"name": "CreateConnectionGroup",
|
|
50651
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateConnectionGroup.html",
|
|
50652
|
+
"permissionOnly": false,
|
|
50653
|
+
"description": "Grants permission to create a connection group",
|
|
50654
|
+
"accessLevel": "Write",
|
|
50655
|
+
"resourceTypes": [
|
|
50656
|
+
{
|
|
50657
|
+
"resourceType": "",
|
|
50658
|
+
"required": false,
|
|
50659
|
+
"conditionKeys": [
|
|
50660
|
+
"aws:RequestTag/${TagKey}",
|
|
50661
|
+
"aws:TagKeys"
|
|
50662
|
+
],
|
|
50663
|
+
"dependentActions": []
|
|
50664
|
+
}
|
|
50665
|
+
]
|
|
50666
|
+
},
|
|
50613
50667
|
{
|
|
50614
50668
|
"name": "CreateContinuousDeploymentPolicy",
|
|
50615
50669
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateContinuousDeploymentPolicy.html",
|
|
@@ -50636,6 +50690,26 @@
|
|
|
50636
50690
|
"resourceType": "distribution",
|
|
50637
50691
|
"required": true,
|
|
50638
50692
|
"conditionKeys": [],
|
|
50693
|
+
"dependentActions": [
|
|
50694
|
+
"cloudfront:CreateConnectionGroup"
|
|
50695
|
+
]
|
|
50696
|
+
}
|
|
50697
|
+
]
|
|
50698
|
+
},
|
|
50699
|
+
{
|
|
50700
|
+
"name": "CreateDistributionTenant",
|
|
50701
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistributionTenant.html",
|
|
50702
|
+
"permissionOnly": false,
|
|
50703
|
+
"description": "Grants permission to create a distribution tenant",
|
|
50704
|
+
"accessLevel": "Write",
|
|
50705
|
+
"resourceTypes": [
|
|
50706
|
+
{
|
|
50707
|
+
"resourceType": "",
|
|
50708
|
+
"required": false,
|
|
50709
|
+
"conditionKeys": [
|
|
50710
|
+
"aws:RequestTag/${TagKey}",
|
|
50711
|
+
"aws:TagKeys"
|
|
50712
|
+
],
|
|
50639
50713
|
"dependentActions": []
|
|
50640
50714
|
}
|
|
50641
50715
|
]
|
|
@@ -50700,6 +50774,21 @@
|
|
|
50700
50774
|
}
|
|
50701
50775
|
]
|
|
50702
50776
|
},
|
|
50777
|
+
{
|
|
50778
|
+
"name": "CreateInvalidationForDistributionTenant",
|
|
50779
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateInvalidationForDistributionTenant.html",
|
|
50780
|
+
"permissionOnly": false,
|
|
50781
|
+
"description": "Grants permission to create an invalidation for a distribution tenant",
|
|
50782
|
+
"accessLevel": "Write",
|
|
50783
|
+
"resourceTypes": [
|
|
50784
|
+
{
|
|
50785
|
+
"resourceType": "distribution-tenant",
|
|
50786
|
+
"required": true,
|
|
50787
|
+
"conditionKeys": [],
|
|
50788
|
+
"dependentActions": []
|
|
50789
|
+
}
|
|
50790
|
+
]
|
|
50791
|
+
},
|
|
50703
50792
|
{
|
|
50704
50793
|
"name": "CreateKeyGroup",
|
|
50705
50794
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateKeyGroup.html",
|
|
@@ -50937,6 +51026,21 @@
|
|
|
50937
51026
|
}
|
|
50938
51027
|
]
|
|
50939
51028
|
},
|
|
51029
|
+
{
|
|
51030
|
+
"name": "DeleteConnectionGroup",
|
|
51031
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DeleteConnectionGroup.html",
|
|
51032
|
+
"permissionOnly": false,
|
|
51033
|
+
"description": "Grants permission to delete a connection group",
|
|
51034
|
+
"accessLevel": "Write",
|
|
51035
|
+
"resourceTypes": [
|
|
51036
|
+
{
|
|
51037
|
+
"resourceType": "connection-group",
|
|
51038
|
+
"required": true,
|
|
51039
|
+
"conditionKeys": [],
|
|
51040
|
+
"dependentActions": []
|
|
51041
|
+
}
|
|
51042
|
+
]
|
|
51043
|
+
},
|
|
50940
51044
|
{
|
|
50941
51045
|
"name": "DeleteContinuousDeploymentPolicy",
|
|
50942
51046
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DeleteContinuousDeploymentPolicy.html",
|
|
@@ -50967,6 +51071,21 @@
|
|
|
50967
51071
|
}
|
|
50968
51072
|
]
|
|
50969
51073
|
},
|
|
51074
|
+
{
|
|
51075
|
+
"name": "DeleteDistributionTenant",
|
|
51076
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DeleteDistributionTenant.html",
|
|
51077
|
+
"permissionOnly": false,
|
|
51078
|
+
"description": "Grants permission to delete a distribution tenant",
|
|
51079
|
+
"accessLevel": "Write",
|
|
51080
|
+
"resourceTypes": [
|
|
51081
|
+
{
|
|
51082
|
+
"resourceType": "distribution-tenant",
|
|
51083
|
+
"required": true,
|
|
51084
|
+
"conditionKeys": [],
|
|
51085
|
+
"dependentActions": []
|
|
51086
|
+
}
|
|
51087
|
+
]
|
|
51088
|
+
},
|
|
50970
51089
|
{
|
|
50971
51090
|
"name": "DeleteFieldLevelEncryptionConfig",
|
|
50972
51091
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DeleteFieldLevelEncryptionConfig.html",
|
|
@@ -51192,6 +51311,36 @@
|
|
|
51192
51311
|
}
|
|
51193
51312
|
]
|
|
51194
51313
|
},
|
|
51314
|
+
{
|
|
51315
|
+
"name": "DisassociateDistributionTenantWebACL",
|
|
51316
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DisassociateDistributionTenantWebACL.html",
|
|
51317
|
+
"permissionOnly": false,
|
|
51318
|
+
"description": "Grants permission to disassociate a distribution tenant from an AWS WAF web ACL",
|
|
51319
|
+
"accessLevel": "Write",
|
|
51320
|
+
"resourceTypes": [
|
|
51321
|
+
{
|
|
51322
|
+
"resourceType": "distribution-tenant",
|
|
51323
|
+
"required": true,
|
|
51324
|
+
"conditionKeys": [],
|
|
51325
|
+
"dependentActions": []
|
|
51326
|
+
}
|
|
51327
|
+
]
|
|
51328
|
+
},
|
|
51329
|
+
{
|
|
51330
|
+
"name": "DisassociateDistributionWebACL",
|
|
51331
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DisassociateDistributionWebACL.html",
|
|
51332
|
+
"permissionOnly": false,
|
|
51333
|
+
"description": "Grants permission to disassociate a distribution from an AWS WAF web ACL",
|
|
51334
|
+
"accessLevel": "Write",
|
|
51335
|
+
"resourceTypes": [
|
|
51336
|
+
{
|
|
51337
|
+
"resourceType": "distribution",
|
|
51338
|
+
"required": true,
|
|
51339
|
+
"conditionKeys": [],
|
|
51340
|
+
"dependentActions": []
|
|
51341
|
+
}
|
|
51342
|
+
]
|
|
51343
|
+
},
|
|
51195
51344
|
{
|
|
51196
51345
|
"name": "GetAnycastIpList",
|
|
51197
51346
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetAnycastIpList.html",
|
|
@@ -51267,6 +51416,36 @@
|
|
|
51267
51416
|
}
|
|
51268
51417
|
]
|
|
51269
51418
|
},
|
|
51419
|
+
{
|
|
51420
|
+
"name": "GetConnectionGroup",
|
|
51421
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetConnectionGroup.html",
|
|
51422
|
+
"permissionOnly": false,
|
|
51423
|
+
"description": "Grants permission to get information about a connection group",
|
|
51424
|
+
"accessLevel": "Read",
|
|
51425
|
+
"resourceTypes": [
|
|
51426
|
+
{
|
|
51427
|
+
"resourceType": "connection-group",
|
|
51428
|
+
"required": true,
|
|
51429
|
+
"conditionKeys": [],
|
|
51430
|
+
"dependentActions": []
|
|
51431
|
+
}
|
|
51432
|
+
]
|
|
51433
|
+
},
|
|
51434
|
+
{
|
|
51435
|
+
"name": "GetConnectionGroupByRoutingEndpoint",
|
|
51436
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetConnectionGroupByRoutingEndpoint.html",
|
|
51437
|
+
"permissionOnly": false,
|
|
51438
|
+
"description": "Grants permission to get information about a connection group by the specified routing endpoint",
|
|
51439
|
+
"accessLevel": "Read",
|
|
51440
|
+
"resourceTypes": [
|
|
51441
|
+
{
|
|
51442
|
+
"resourceType": "connection-group",
|
|
51443
|
+
"required": true,
|
|
51444
|
+
"conditionKeys": [],
|
|
51445
|
+
"dependentActions": []
|
|
51446
|
+
}
|
|
51447
|
+
]
|
|
51448
|
+
},
|
|
51270
51449
|
{
|
|
51271
51450
|
"name": "GetContinuousDeploymentPolicy",
|
|
51272
51451
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetContinuousDeploymentPolicy.html",
|
|
@@ -51327,6 +51506,36 @@
|
|
|
51327
51506
|
}
|
|
51328
51507
|
]
|
|
51329
51508
|
},
|
|
51509
|
+
{
|
|
51510
|
+
"name": "GetDistributionTenant",
|
|
51511
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistributionTenant.html",
|
|
51512
|
+
"permissionOnly": false,
|
|
51513
|
+
"description": "Grants permission to get information about a distribution tenant",
|
|
51514
|
+
"accessLevel": "Read",
|
|
51515
|
+
"resourceTypes": [
|
|
51516
|
+
{
|
|
51517
|
+
"resourceType": "distribution-tenant",
|
|
51518
|
+
"required": true,
|
|
51519
|
+
"conditionKeys": [],
|
|
51520
|
+
"dependentActions": []
|
|
51521
|
+
}
|
|
51522
|
+
]
|
|
51523
|
+
},
|
|
51524
|
+
{
|
|
51525
|
+
"name": "GetDistributionTenantByDomain",
|
|
51526
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistributionTenantByDomain.html",
|
|
51527
|
+
"permissionOnly": false,
|
|
51528
|
+
"description": "Grants permission to get information about a distribution tenant by the associated domain",
|
|
51529
|
+
"accessLevel": "Read",
|
|
51530
|
+
"resourceTypes": [
|
|
51531
|
+
{
|
|
51532
|
+
"resourceType": "distribution-tenant",
|
|
51533
|
+
"required": true,
|
|
51534
|
+
"conditionKeys": [],
|
|
51535
|
+
"dependentActions": []
|
|
51536
|
+
}
|
|
51537
|
+
]
|
|
51538
|
+
},
|
|
51330
51539
|
{
|
|
51331
51540
|
"name": "GetFieldLevelEncryption",
|
|
51332
51541
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetFieldLevelEncryption.html",
|
|
@@ -51417,6 +51626,21 @@
|
|
|
51417
51626
|
}
|
|
51418
51627
|
]
|
|
51419
51628
|
},
|
|
51629
|
+
{
|
|
51630
|
+
"name": "GetInvalidationForDistributionTenant",
|
|
51631
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetInvalidationForDistributionTenant.html",
|
|
51632
|
+
"permissionOnly": false,
|
|
51633
|
+
"description": "Grants permission to get information about an invalidation for a distribution tenant",
|
|
51634
|
+
"accessLevel": "Read",
|
|
51635
|
+
"resourceTypes": [
|
|
51636
|
+
{
|
|
51637
|
+
"resourceType": "distribution-tenant",
|
|
51638
|
+
"required": true,
|
|
51639
|
+
"conditionKeys": [],
|
|
51640
|
+
"dependentActions": []
|
|
51641
|
+
}
|
|
51642
|
+
]
|
|
51643
|
+
},
|
|
51420
51644
|
{
|
|
51421
51645
|
"name": "GetKeyGroup",
|
|
51422
51646
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetKeyGroup.html",
|
|
@@ -51447,6 +51671,21 @@
|
|
|
51447
51671
|
}
|
|
51448
51672
|
]
|
|
51449
51673
|
},
|
|
51674
|
+
{
|
|
51675
|
+
"name": "GetManagedCertificateDetails",
|
|
51676
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetManagedCertificateDetails.html",
|
|
51677
|
+
"permissionOnly": false,
|
|
51678
|
+
"description": "Grants permission to get details about a CloudFront managed certificate",
|
|
51679
|
+
"accessLevel": "Read",
|
|
51680
|
+
"resourceTypes": [
|
|
51681
|
+
{
|
|
51682
|
+
"resourceType": "distribution-tenant",
|
|
51683
|
+
"required": true,
|
|
51684
|
+
"conditionKeys": [],
|
|
51685
|
+
"dependentActions": []
|
|
51686
|
+
}
|
|
51687
|
+
]
|
|
51688
|
+
},
|
|
51450
51689
|
{
|
|
51451
51690
|
"name": "GetMonitoringSubscription",
|
|
51452
51691
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetMonitoringSubscription.html",
|
|
@@ -51717,6 +51956,21 @@
|
|
|
51717
51956
|
}
|
|
51718
51957
|
]
|
|
51719
51958
|
},
|
|
51959
|
+
{
|
|
51960
|
+
"name": "ListConnectionGroups",
|
|
51961
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListConnectionGroups.html",
|
|
51962
|
+
"permissionOnly": false,
|
|
51963
|
+
"description": "Grants permission to list the connection groups in your AWS account",
|
|
51964
|
+
"accessLevel": "List",
|
|
51965
|
+
"resourceTypes": [
|
|
51966
|
+
{
|
|
51967
|
+
"resourceType": "",
|
|
51968
|
+
"required": false,
|
|
51969
|
+
"conditionKeys": [],
|
|
51970
|
+
"dependentActions": []
|
|
51971
|
+
}
|
|
51972
|
+
]
|
|
51973
|
+
},
|
|
51720
51974
|
{
|
|
51721
51975
|
"name": "ListContinuousDeploymentPolicies",
|
|
51722
51976
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListContinuousDeploymentPolicies.html",
|
|
@@ -51732,6 +51986,36 @@
|
|
|
51732
51986
|
}
|
|
51733
51987
|
]
|
|
51734
51988
|
},
|
|
51989
|
+
{
|
|
51990
|
+
"name": "ListDistributionTenants",
|
|
51991
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributionTenants.html",
|
|
51992
|
+
"permissionOnly": false,
|
|
51993
|
+
"description": "Grants permission to list the distribution tenants in your AWS account",
|
|
51994
|
+
"accessLevel": "List",
|
|
51995
|
+
"resourceTypes": [
|
|
51996
|
+
{
|
|
51997
|
+
"resourceType": "",
|
|
51998
|
+
"required": false,
|
|
51999
|
+
"conditionKeys": [],
|
|
52000
|
+
"dependentActions": []
|
|
52001
|
+
}
|
|
52002
|
+
]
|
|
52003
|
+
},
|
|
52004
|
+
{
|
|
52005
|
+
"name": "ListDistributionTenantsByCustomization",
|
|
52006
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributionTenantsByCustomization.html",
|
|
52007
|
+
"permissionOnly": false,
|
|
52008
|
+
"description": "Grants permission to list the distribution tenants by the customization that you specify",
|
|
52009
|
+
"accessLevel": "List",
|
|
52010
|
+
"resourceTypes": [
|
|
52011
|
+
{
|
|
52012
|
+
"resourceType": "",
|
|
52013
|
+
"required": false,
|
|
52014
|
+
"conditionKeys": [],
|
|
52015
|
+
"dependentActions": []
|
|
52016
|
+
}
|
|
52017
|
+
]
|
|
52018
|
+
},
|
|
51735
52019
|
{
|
|
51736
52020
|
"name": "ListDistributions",
|
|
51737
52021
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributions.html",
|
|
@@ -51777,6 +52061,21 @@
|
|
|
51777
52061
|
}
|
|
51778
52062
|
]
|
|
51779
52063
|
},
|
|
52064
|
+
{
|
|
52065
|
+
"name": "ListDistributionsByConnectionMode",
|
|
52066
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributionsByConnectionMode.html",
|
|
52067
|
+
"permissionOnly": false,
|
|
52068
|
+
"description": "Grants permission to list the distributions by the specified connection mode",
|
|
52069
|
+
"accessLevel": "List",
|
|
52070
|
+
"resourceTypes": [
|
|
52071
|
+
{
|
|
52072
|
+
"resourceType": "",
|
|
52073
|
+
"required": false,
|
|
52074
|
+
"conditionKeys": [],
|
|
52075
|
+
"dependentActions": []
|
|
52076
|
+
}
|
|
52077
|
+
]
|
|
52078
|
+
},
|
|
51780
52079
|
{
|
|
51781
52080
|
"name": "ListDistributionsByKeyGroup",
|
|
51782
52081
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributionsByKeyGroup.html",
|
|
@@ -51882,6 +52181,27 @@
|
|
|
51882
52181
|
}
|
|
51883
52182
|
]
|
|
51884
52183
|
},
|
|
52184
|
+
{
|
|
52185
|
+
"name": "ListDomainConflicts",
|
|
52186
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDomainConflicts.html",
|
|
52187
|
+
"permissionOnly": false,
|
|
52188
|
+
"description": "Grants permission to list domain conflicts for a specified domain",
|
|
52189
|
+
"accessLevel": "List",
|
|
52190
|
+
"resourceTypes": [
|
|
52191
|
+
{
|
|
52192
|
+
"resourceType": "distribution",
|
|
52193
|
+
"required": false,
|
|
52194
|
+
"conditionKeys": [],
|
|
52195
|
+
"dependentActions": []
|
|
52196
|
+
},
|
|
52197
|
+
{
|
|
52198
|
+
"resourceType": "distribution-tenant",
|
|
52199
|
+
"required": false,
|
|
52200
|
+
"conditionKeys": [],
|
|
52201
|
+
"dependentActions": []
|
|
52202
|
+
}
|
|
52203
|
+
]
|
|
52204
|
+
},
|
|
51885
52205
|
{
|
|
51886
52206
|
"name": "ListFieldLevelEncryptionConfigs",
|
|
51887
52207
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListFieldLevelEncryptionConfigs.html",
|
|
@@ -51942,6 +52262,21 @@
|
|
|
51942
52262
|
}
|
|
51943
52263
|
]
|
|
51944
52264
|
},
|
|
52265
|
+
{
|
|
52266
|
+
"name": "ListInvalidationsForDistributionTenant",
|
|
52267
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListInvalidationsForDistributionTenant.html",
|
|
52268
|
+
"permissionOnly": false,
|
|
52269
|
+
"description": "Grants permission to list the invalidations for a distribution tenant",
|
|
52270
|
+
"accessLevel": "List",
|
|
52271
|
+
"resourceTypes": [
|
|
52272
|
+
{
|
|
52273
|
+
"resourceType": "distribution-tenant",
|
|
52274
|
+
"required": true,
|
|
52275
|
+
"conditionKeys": [],
|
|
52276
|
+
"dependentActions": []
|
|
52277
|
+
}
|
|
52278
|
+
]
|
|
52279
|
+
},
|
|
51945
52280
|
{
|
|
51946
52281
|
"name": "ListKeyGroups",
|
|
51947
52282
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListKeyGroups.html",
|
|
@@ -52105,12 +52440,24 @@
|
|
|
52105
52440
|
"conditionKeys": [],
|
|
52106
52441
|
"dependentActions": []
|
|
52107
52442
|
},
|
|
52443
|
+
{
|
|
52444
|
+
"resourceType": "connection-group",
|
|
52445
|
+
"required": false,
|
|
52446
|
+
"conditionKeys": [],
|
|
52447
|
+
"dependentActions": []
|
|
52448
|
+
},
|
|
52108
52449
|
{
|
|
52109
52450
|
"resourceType": "distribution",
|
|
52110
52451
|
"required": false,
|
|
52111
52452
|
"conditionKeys": [],
|
|
52112
52453
|
"dependentActions": []
|
|
52113
52454
|
},
|
|
52455
|
+
{
|
|
52456
|
+
"resourceType": "distribution-tenant",
|
|
52457
|
+
"required": false,
|
|
52458
|
+
"conditionKeys": [],
|
|
52459
|
+
"dependentActions": []
|
|
52460
|
+
},
|
|
52114
52461
|
{
|
|
52115
52462
|
"resourceType": "vpcorigin",
|
|
52116
52463
|
"required": false,
|
|
@@ -52177,12 +52524,24 @@
|
|
|
52177
52524
|
"conditionKeys": [],
|
|
52178
52525
|
"dependentActions": []
|
|
52179
52526
|
},
|
|
52527
|
+
{
|
|
52528
|
+
"resourceType": "connection-group",
|
|
52529
|
+
"required": false,
|
|
52530
|
+
"conditionKeys": [],
|
|
52531
|
+
"dependentActions": []
|
|
52532
|
+
},
|
|
52180
52533
|
{
|
|
52181
52534
|
"resourceType": "distribution",
|
|
52182
52535
|
"required": false,
|
|
52183
52536
|
"conditionKeys": [],
|
|
52184
52537
|
"dependentActions": []
|
|
52185
52538
|
},
|
|
52539
|
+
{
|
|
52540
|
+
"resourceType": "distribution-tenant",
|
|
52541
|
+
"required": false,
|
|
52542
|
+
"conditionKeys": [],
|
|
52543
|
+
"dependentActions": []
|
|
52544
|
+
},
|
|
52186
52545
|
{
|
|
52187
52546
|
"resourceType": "streaming-distribution",
|
|
52188
52547
|
"required": false,
|
|
@@ -52234,12 +52593,24 @@
|
|
|
52234
52593
|
"conditionKeys": [],
|
|
52235
52594
|
"dependentActions": []
|
|
52236
52595
|
},
|
|
52596
|
+
{
|
|
52597
|
+
"resourceType": "connection-group",
|
|
52598
|
+
"required": false,
|
|
52599
|
+
"conditionKeys": [],
|
|
52600
|
+
"dependentActions": []
|
|
52601
|
+
},
|
|
52237
52602
|
{
|
|
52238
52603
|
"resourceType": "distribution",
|
|
52239
52604
|
"required": false,
|
|
52240
52605
|
"conditionKeys": [],
|
|
52241
52606
|
"dependentActions": []
|
|
52242
52607
|
},
|
|
52608
|
+
{
|
|
52609
|
+
"resourceType": "distribution-tenant",
|
|
52610
|
+
"required": false,
|
|
52611
|
+
"conditionKeys": [],
|
|
52612
|
+
"dependentActions": []
|
|
52613
|
+
},
|
|
52243
52614
|
{
|
|
52244
52615
|
"resourceType": "streaming-distribution",
|
|
52245
52616
|
"required": false,
|
|
@@ -52292,6 +52663,21 @@
|
|
|
52292
52663
|
}
|
|
52293
52664
|
]
|
|
52294
52665
|
},
|
|
52666
|
+
{
|
|
52667
|
+
"name": "UpdateConnectionGroup",
|
|
52668
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateConnectionGroup.html",
|
|
52669
|
+
"permissionOnly": false,
|
|
52670
|
+
"description": "Grants permission to update a connection group",
|
|
52671
|
+
"accessLevel": "Write",
|
|
52672
|
+
"resourceTypes": [
|
|
52673
|
+
{
|
|
52674
|
+
"resourceType": "connection-group",
|
|
52675
|
+
"required": true,
|
|
52676
|
+
"conditionKeys": [],
|
|
52677
|
+
"dependentActions": []
|
|
52678
|
+
}
|
|
52679
|
+
]
|
|
52680
|
+
},
|
|
52295
52681
|
{
|
|
52296
52682
|
"name": "UpdateContinuousDeploymentPolicy",
|
|
52297
52683
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateContinuousDeploymentPolicy.html",
|
|
@@ -52322,6 +52708,21 @@
|
|
|
52322
52708
|
}
|
|
52323
52709
|
]
|
|
52324
52710
|
},
|
|
52711
|
+
{
|
|
52712
|
+
"name": "UpdateDistributionTenant",
|
|
52713
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistributionTenant.html",
|
|
52714
|
+
"permissionOnly": false,
|
|
52715
|
+
"description": "Grants permission to update a distribution tenant",
|
|
52716
|
+
"accessLevel": "Write",
|
|
52717
|
+
"resourceTypes": [
|
|
52718
|
+
{
|
|
52719
|
+
"resourceType": "distribution-tenant",
|
|
52720
|
+
"required": true,
|
|
52721
|
+
"conditionKeys": [],
|
|
52722
|
+
"dependentActions": []
|
|
52723
|
+
}
|
|
52724
|
+
]
|
|
52725
|
+
},
|
|
52325
52726
|
{
|
|
52326
52727
|
"name": "UpdateDistributionWithStagingConfig",
|
|
52327
52728
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistributionWithStagingConfig.html",
|
|
@@ -52337,6 +52738,27 @@
|
|
|
52337
52738
|
}
|
|
52338
52739
|
]
|
|
52339
52740
|
},
|
|
52741
|
+
{
|
|
52742
|
+
"name": "UpdateDomainAssociation",
|
|
52743
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDomainAssociation.html",
|
|
52744
|
+
"permissionOnly": false,
|
|
52745
|
+
"description": "Grants permission to update a domain association",
|
|
52746
|
+
"accessLevel": "Write",
|
|
52747
|
+
"resourceTypes": [
|
|
52748
|
+
{
|
|
52749
|
+
"resourceType": "distribution",
|
|
52750
|
+
"required": false,
|
|
52751
|
+
"conditionKeys": [],
|
|
52752
|
+
"dependentActions": []
|
|
52753
|
+
},
|
|
52754
|
+
{
|
|
52755
|
+
"resourceType": "distribution-tenant",
|
|
52756
|
+
"required": false,
|
|
52757
|
+
"conditionKeys": [],
|
|
52758
|
+
"dependentActions": []
|
|
52759
|
+
}
|
|
52760
|
+
]
|
|
52761
|
+
},
|
|
52340
52762
|
{
|
|
52341
52763
|
"name": "UpdateFieldLevelEncryptionConfig",
|
|
52342
52764
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateFieldLevelEncryptionConfig.html",
|
|
@@ -52531,6 +52953,21 @@
|
|
|
52531
52953
|
"dependentActions": []
|
|
52532
52954
|
}
|
|
52533
52955
|
]
|
|
52956
|
+
},
|
|
52957
|
+
{
|
|
52958
|
+
"name": "VerifyDnsConfiguration",
|
|
52959
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_VerifyDnsConfiguration.html",
|
|
52960
|
+
"permissionOnly": false,
|
|
52961
|
+
"description": "Grants permission to verify the DNS configuration for a specified domain",
|
|
52962
|
+
"accessLevel": "Read",
|
|
52963
|
+
"resourceTypes": [
|
|
52964
|
+
{
|
|
52965
|
+
"resourceType": "distribution-tenant",
|
|
52966
|
+
"required": false,
|
|
52967
|
+
"conditionKeys": [],
|
|
52968
|
+
"dependentActions": []
|
|
52969
|
+
}
|
|
52970
|
+
]
|
|
52534
52971
|
}
|
|
52535
52972
|
],
|
|
52536
52973
|
"resourceTypes": [
|
|
@@ -52631,6 +53068,22 @@
|
|
|
52631
53068
|
"conditionKeys": [
|
|
52632
53069
|
"aws:ResourceTag/${TagKey}"
|
|
52633
53070
|
]
|
|
53071
|
+
},
|
|
53072
|
+
{
|
|
53073
|
+
"name": "distribution-tenant",
|
|
53074
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/API_DistributionTenant.html",
|
|
53075
|
+
"arnPattern": "arn:${Partition}:cloudfront::${Account}:distribution-tenant/${Id}",
|
|
53076
|
+
"conditionKeys": [
|
|
53077
|
+
"aws:ResourceTag/${TagKey}"
|
|
53078
|
+
]
|
|
53079
|
+
},
|
|
53080
|
+
{
|
|
53081
|
+
"name": "connection-group",
|
|
53082
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/API_ConnectionGroup.html",
|
|
53083
|
+
"arnPattern": "arn:${Partition}:cloudfront::${Account}:connection-group/${Id}",
|
|
53084
|
+
"conditionKeys": [
|
|
53085
|
+
"aws:ResourceTag/${TagKey}"
|
|
53086
|
+
]
|
|
52634
53087
|
}
|
|
52635
53088
|
],
|
|
52636
53089
|
"conditionKeys": [
|
|
@@ -93774,7 +94227,9 @@
|
|
|
93774
94227
|
{
|
|
93775
94228
|
"resourceType": "",
|
|
93776
94229
|
"required": false,
|
|
93777
|
-
"conditionKeys": [
|
|
94230
|
+
"conditionKeys": [
|
|
94231
|
+
"dataexchange:JobType"
|
|
94232
|
+
],
|
|
93778
94233
|
"dependentActions": []
|
|
93779
94234
|
}
|
|
93780
94235
|
]
|
|
@@ -95282,7 +95737,7 @@
|
|
|
95282
95737
|
},
|
|
95283
95738
|
{
|
|
95284
95739
|
"name": "AssociateExtensionPack",
|
|
95285
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/
|
|
95740
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_StartExtensionPackAssociation.html",
|
|
95286
95741
|
"permissionOnly": false,
|
|
95287
95742
|
"description": "Grants permission to associate a extension pack",
|
|
95288
95743
|
"accessLevel": "Write",
|
|
@@ -95291,9 +95746,7 @@
|
|
|
95291
95746
|
"resourceType": "MigrationProject",
|
|
95292
95747
|
"required": true,
|
|
95293
95748
|
"conditionKeys": [],
|
|
95294
|
-
"dependentActions": [
|
|
95295
|
-
"dms:StartExtensionPackAssociation"
|
|
95296
|
-
]
|
|
95749
|
+
"dependentActions": []
|
|
95297
95750
|
}
|
|
95298
95751
|
]
|
|
95299
95752
|
},
|
|
@@ -95312,51 +95765,6 @@
|
|
|
95312
95765
|
}
|
|
95313
95766
|
]
|
|
95314
95767
|
},
|
|
95315
|
-
{
|
|
95316
|
-
"name": "CancelMetadataModelAssessment",
|
|
95317
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
95318
|
-
"permissionOnly": false,
|
|
95319
|
-
"description": "Grants permission to cancel a single metadata model assessment run",
|
|
95320
|
-
"accessLevel": "Write",
|
|
95321
|
-
"resourceTypes": [
|
|
95322
|
-
{
|
|
95323
|
-
"resourceType": "MigrationProject",
|
|
95324
|
-
"required": true,
|
|
95325
|
-
"conditionKeys": [],
|
|
95326
|
-
"dependentActions": []
|
|
95327
|
-
}
|
|
95328
|
-
]
|
|
95329
|
-
},
|
|
95330
|
-
{
|
|
95331
|
-
"name": "CancelMetadataModelConversion",
|
|
95332
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
95333
|
-
"permissionOnly": false,
|
|
95334
|
-
"description": "Grants permission to cancel a single metadata model conversion run",
|
|
95335
|
-
"accessLevel": "Write",
|
|
95336
|
-
"resourceTypes": [
|
|
95337
|
-
{
|
|
95338
|
-
"resourceType": "MigrationProject",
|
|
95339
|
-
"required": true,
|
|
95340
|
-
"conditionKeys": [],
|
|
95341
|
-
"dependentActions": []
|
|
95342
|
-
}
|
|
95343
|
-
]
|
|
95344
|
-
},
|
|
95345
|
-
{
|
|
95346
|
-
"name": "CancelMetadataModelExport",
|
|
95347
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
95348
|
-
"permissionOnly": false,
|
|
95349
|
-
"description": "Grants permission to cancel a single metadata model export run",
|
|
95350
|
-
"accessLevel": "Write",
|
|
95351
|
-
"resourceTypes": [
|
|
95352
|
-
{
|
|
95353
|
-
"resourceType": "MigrationProject",
|
|
95354
|
-
"required": true,
|
|
95355
|
-
"conditionKeys": [],
|
|
95356
|
-
"dependentActions": []
|
|
95357
|
-
}
|
|
95358
|
-
]
|
|
95359
|
-
},
|
|
95360
95768
|
{
|
|
95361
95769
|
"name": "CancelReplicationTaskAssessmentRun",
|
|
95362
95770
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_CancelReplicationTaskAssessmentRun.html",
|
|
@@ -95964,23 +96372,6 @@
|
|
|
95964
96372
|
}
|
|
95965
96373
|
]
|
|
95966
96374
|
},
|
|
95967
|
-
{
|
|
95968
|
-
"name": "DescribeDataProviders",
|
|
95969
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeDataProviders.html",
|
|
95970
|
-
"permissionOnly": true,
|
|
95971
|
-
"description": "Grants permission to list the AWS DMS attributes for a data providers. Note. This action should be added along with ListDataProviders, but does not currently authorize the described Schema Conversion operation",
|
|
95972
|
-
"accessLevel": "Read",
|
|
95973
|
-
"resourceTypes": [
|
|
95974
|
-
{
|
|
95975
|
-
"resourceType": "DataProvider",
|
|
95976
|
-
"required": false,
|
|
95977
|
-
"conditionKeys": [],
|
|
95978
|
-
"dependentActions": [
|
|
95979
|
-
"dms:ListDataProviders"
|
|
95980
|
-
]
|
|
95981
|
-
}
|
|
95982
|
-
]
|
|
95983
|
-
},
|
|
95984
96375
|
{
|
|
95985
96376
|
"name": "DescribeEndpointSettings",
|
|
95986
96377
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeEndpointSettings.html",
|
|
@@ -96086,23 +96477,6 @@
|
|
|
96086
96477
|
}
|
|
96087
96478
|
]
|
|
96088
96479
|
},
|
|
96089
|
-
{
|
|
96090
|
-
"name": "DescribeExtensionPackAssociations",
|
|
96091
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeExtensionPackAssociations.html",
|
|
96092
|
-
"permissionOnly": true,
|
|
96093
|
-
"description": "Grants permission to list the AWS DMS attributes for extension packs. Note. This action should be added along with ListExtensionPacks, but does not currently authorize the described Schema Conversion operation",
|
|
96094
|
-
"accessLevel": "Read",
|
|
96095
|
-
"resourceTypes": [
|
|
96096
|
-
{
|
|
96097
|
-
"resourceType": "MigrationProject",
|
|
96098
|
-
"required": true,
|
|
96099
|
-
"conditionKeys": [],
|
|
96100
|
-
"dependentActions": [
|
|
96101
|
-
"dms:ListExtensionPacks"
|
|
96102
|
-
]
|
|
96103
|
-
}
|
|
96104
|
-
]
|
|
96105
|
-
},
|
|
96106
96480
|
{
|
|
96107
96481
|
"name": "DescribeFleetAdvisorCollectors",
|
|
96108
96482
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeFleetAdvisorCollectors.html",
|
|
@@ -96178,91 +96552,6 @@
|
|
|
96178
96552
|
}
|
|
96179
96553
|
]
|
|
96180
96554
|
},
|
|
96181
|
-
{
|
|
96182
|
-
"name": "DescribeInstanceProfiles",
|
|
96183
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeInstanceProfiles.html",
|
|
96184
|
-
"permissionOnly": true,
|
|
96185
|
-
"description": "Grants permission to list the AWS DMS attributes for a instance profiles. Note. This action should be added along with ListInstanceProfiles, but does not currently authorize the described Schema Conversion operation",
|
|
96186
|
-
"accessLevel": "Read",
|
|
96187
|
-
"resourceTypes": [
|
|
96188
|
-
{
|
|
96189
|
-
"resourceType": "InstanceProfile",
|
|
96190
|
-
"required": false,
|
|
96191
|
-
"conditionKeys": [],
|
|
96192
|
-
"dependentActions": [
|
|
96193
|
-
"dms:ListInstanceProfiles"
|
|
96194
|
-
]
|
|
96195
|
-
}
|
|
96196
|
-
]
|
|
96197
|
-
},
|
|
96198
|
-
{
|
|
96199
|
-
"name": "DescribeMetadataModelAssessments",
|
|
96200
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeMetadataModelAssessments.html",
|
|
96201
|
-
"permissionOnly": true,
|
|
96202
|
-
"description": "Grants permission to list the AWS DMS attributes for metadata model assessments. Note. This action should be added along with ListMetadataModelAssessments, but does not currently authorize the described Schema Conversion operation",
|
|
96203
|
-
"accessLevel": "Read",
|
|
96204
|
-
"resourceTypes": [
|
|
96205
|
-
{
|
|
96206
|
-
"resourceType": "MigrationProject",
|
|
96207
|
-
"required": true,
|
|
96208
|
-
"conditionKeys": [],
|
|
96209
|
-
"dependentActions": [
|
|
96210
|
-
"dms:ListMetadataModelAssessments"
|
|
96211
|
-
]
|
|
96212
|
-
}
|
|
96213
|
-
]
|
|
96214
|
-
},
|
|
96215
|
-
{
|
|
96216
|
-
"name": "DescribeMetadataModelConversions",
|
|
96217
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeMetadataModelConversions.html",
|
|
96218
|
-
"permissionOnly": true,
|
|
96219
|
-
"description": "Grants permission to list the AWS DMS attributes for a metadata model conversions. Note. This action should be added along with ListMetadataModelConversions, but does not currently authorize the described Schema Conversion operation",
|
|
96220
|
-
"accessLevel": "Read",
|
|
96221
|
-
"resourceTypes": [
|
|
96222
|
-
{
|
|
96223
|
-
"resourceType": "MigrationProject",
|
|
96224
|
-
"required": true,
|
|
96225
|
-
"conditionKeys": [],
|
|
96226
|
-
"dependentActions": [
|
|
96227
|
-
"dms:ListMetadataModelConversions"
|
|
96228
|
-
]
|
|
96229
|
-
}
|
|
96230
|
-
]
|
|
96231
|
-
},
|
|
96232
|
-
{
|
|
96233
|
-
"name": "DescribeMetadataModelExportsAsScript",
|
|
96234
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeMetadataModelExportsAsScript.html",
|
|
96235
|
-
"permissionOnly": true,
|
|
96236
|
-
"description": "Grants permission to list the AWS DMS attributes for a metadata model exports. Note. This action should be added along with ListMetadataModelExports, but does not currently authorize the described Schema Conversion operation",
|
|
96237
|
-
"accessLevel": "Read",
|
|
96238
|
-
"resourceTypes": [
|
|
96239
|
-
{
|
|
96240
|
-
"resourceType": "MigrationProject",
|
|
96241
|
-
"required": true,
|
|
96242
|
-
"conditionKeys": [],
|
|
96243
|
-
"dependentActions": [
|
|
96244
|
-
"dms:ListMetadataModelExports"
|
|
96245
|
-
]
|
|
96246
|
-
}
|
|
96247
|
-
]
|
|
96248
|
-
},
|
|
96249
|
-
{
|
|
96250
|
-
"name": "DescribeMetadataModelExportsToTarget",
|
|
96251
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeMetadataModelExportsToTarget.html",
|
|
96252
|
-
"permissionOnly": true,
|
|
96253
|
-
"description": "Grants permission to list the AWS DMS attributes for a metadata model exports. Note. This action should be added along with ListMetadataModelExports, but does not currently authorize the described Schema Conversion operation",
|
|
96254
|
-
"accessLevel": "Read",
|
|
96255
|
-
"resourceTypes": [
|
|
96256
|
-
{
|
|
96257
|
-
"resourceType": "MigrationProject",
|
|
96258
|
-
"required": true,
|
|
96259
|
-
"conditionKeys": [],
|
|
96260
|
-
"dependentActions": [
|
|
96261
|
-
"dms:ListMetadataModelExports"
|
|
96262
|
-
]
|
|
96263
|
-
}
|
|
96264
|
-
]
|
|
96265
|
-
},
|
|
96266
96555
|
{
|
|
96267
96556
|
"name": "DescribeMetadataModelImports",
|
|
96268
96557
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeMetadataModelImports.html",
|
|
@@ -96278,35 +96567,6 @@
|
|
|
96278
96567
|
}
|
|
96279
96568
|
]
|
|
96280
96569
|
},
|
|
96281
|
-
{
|
|
96282
|
-
"name": "DescribeMigrationProjects",
|
|
96283
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeMigrationProjects.html",
|
|
96284
|
-
"permissionOnly": true,
|
|
96285
|
-
"description": "Grants permission to list the AWS DMS attributes for a migration projects. Note. This action should be added along with ListMigrationProjects, but does not currently authorize the described Schema Conversion operation",
|
|
96286
|
-
"accessLevel": "Read",
|
|
96287
|
-
"resourceTypes": [
|
|
96288
|
-
{
|
|
96289
|
-
"resourceType": "DataProvider",
|
|
96290
|
-
"required": false,
|
|
96291
|
-
"conditionKeys": [],
|
|
96292
|
-
"dependentActions": [
|
|
96293
|
-
"dms:ListMigrationProjects"
|
|
96294
|
-
]
|
|
96295
|
-
},
|
|
96296
|
-
{
|
|
96297
|
-
"resourceType": "InstanceProfile",
|
|
96298
|
-
"required": false,
|
|
96299
|
-
"conditionKeys": [],
|
|
96300
|
-
"dependentActions": []
|
|
96301
|
-
},
|
|
96302
|
-
{
|
|
96303
|
-
"resourceType": "MigrationProject",
|
|
96304
|
-
"required": false,
|
|
96305
|
-
"conditionKeys": [],
|
|
96306
|
-
"dependentActions": []
|
|
96307
|
-
}
|
|
96308
|
-
]
|
|
96309
|
-
},
|
|
96310
96570
|
{
|
|
96311
96571
|
"name": "DescribeOrderableReplicationInstances",
|
|
96312
96572
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeOrderableReplicationInstances.html",
|
|
@@ -96589,21 +96849,6 @@
|
|
|
96589
96849
|
}
|
|
96590
96850
|
]
|
|
96591
96851
|
},
|
|
96592
|
-
{
|
|
96593
|
-
"name": "DisassociateExtensionPack",
|
|
96594
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
96595
|
-
"permissionOnly": false,
|
|
96596
|
-
"description": "Grants permission to disassociate a extension pack",
|
|
96597
|
-
"accessLevel": "Write",
|
|
96598
|
-
"resourceTypes": [
|
|
96599
|
-
{
|
|
96600
|
-
"resourceType": "MigrationProject",
|
|
96601
|
-
"required": true,
|
|
96602
|
-
"conditionKeys": [],
|
|
96603
|
-
"dependentActions": []
|
|
96604
|
-
}
|
|
96605
|
-
]
|
|
96606
|
-
},
|
|
96607
96852
|
{
|
|
96608
96853
|
"name": "ExportMetadataModelAssessment",
|
|
96609
96854
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ExportMetadataModelAssessment.html",
|
|
@@ -96619,23 +96864,6 @@
|
|
|
96619
96864
|
}
|
|
96620
96865
|
]
|
|
96621
96866
|
},
|
|
96622
|
-
{
|
|
96623
|
-
"name": "GetMetadataModel",
|
|
96624
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
96625
|
-
"permissionOnly": false,
|
|
96626
|
-
"description": "Grants permission to list all of the AWS DMS attributes for a metadata model. Note. Despite this action requires StartMetadataModelImport, the latter does not currently authorize the described Schema Conversion operation",
|
|
96627
|
-
"accessLevel": "Read",
|
|
96628
|
-
"resourceTypes": [
|
|
96629
|
-
{
|
|
96630
|
-
"resourceType": "MigrationProject",
|
|
96631
|
-
"required": false,
|
|
96632
|
-
"conditionKeys": [],
|
|
96633
|
-
"dependentActions": [
|
|
96634
|
-
"dms:StartMetadataModelImport"
|
|
96635
|
-
]
|
|
96636
|
-
}
|
|
96637
|
-
]
|
|
96638
|
-
},
|
|
96639
96867
|
{
|
|
96640
96868
|
"name": "ImportCertificate",
|
|
96641
96869
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ImportCertificate.html",
|
|
@@ -96657,7 +96885,7 @@
|
|
|
96657
96885
|
},
|
|
96658
96886
|
{
|
|
96659
96887
|
"name": "ListDataProviders",
|
|
96660
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/
|
|
96888
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeDataProviders.html",
|
|
96661
96889
|
"permissionOnly": false,
|
|
96662
96890
|
"description": "Grants permission to list the AWS DMS attributes for a data providers",
|
|
96663
96891
|
"accessLevel": "Read",
|
|
@@ -96666,15 +96894,13 @@
|
|
|
96666
96894
|
"resourceType": "DataProvider",
|
|
96667
96895
|
"required": false,
|
|
96668
96896
|
"conditionKeys": [],
|
|
96669
|
-
"dependentActions": [
|
|
96670
|
-
"dms:DescribeDataProviders"
|
|
96671
|
-
]
|
|
96897
|
+
"dependentActions": []
|
|
96672
96898
|
}
|
|
96673
96899
|
]
|
|
96674
96900
|
},
|
|
96675
96901
|
{
|
|
96676
96902
|
"name": "ListExtensionPacks",
|
|
96677
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/
|
|
96903
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeExtensionPackAssociations.html",
|
|
96678
96904
|
"permissionOnly": false,
|
|
96679
96905
|
"description": "Grants permission to list the AWS DMS attributes for a extension packs",
|
|
96680
96906
|
"accessLevel": "Read",
|
|
@@ -96683,15 +96909,13 @@
|
|
|
96683
96909
|
"resourceType": "MigrationProject",
|
|
96684
96910
|
"required": false,
|
|
96685
96911
|
"conditionKeys": [],
|
|
96686
|
-
"dependentActions": [
|
|
96687
|
-
"dms:DescribeExtensionPackAssociations"
|
|
96688
|
-
]
|
|
96912
|
+
"dependentActions": []
|
|
96689
96913
|
}
|
|
96690
96914
|
]
|
|
96691
96915
|
},
|
|
96692
96916
|
{
|
|
96693
96917
|
"name": "ListInstanceProfiles",
|
|
96694
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/
|
|
96918
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeInstanceProfiles.html",
|
|
96695
96919
|
"permissionOnly": false,
|
|
96696
96920
|
"description": "Grants permission to list the AWS DMS attributes for a instance profiles",
|
|
96697
96921
|
"accessLevel": "Read",
|
|
@@ -96700,16 +96924,14 @@
|
|
|
96700
96924
|
"resourceType": "InstanceProfile",
|
|
96701
96925
|
"required": false,
|
|
96702
96926
|
"conditionKeys": [],
|
|
96703
|
-
"dependentActions": [
|
|
96704
|
-
"dms:DescribeInstanceProfiles"
|
|
96705
|
-
]
|
|
96927
|
+
"dependentActions": []
|
|
96706
96928
|
}
|
|
96707
96929
|
]
|
|
96708
96930
|
},
|
|
96709
96931
|
{
|
|
96710
96932
|
"name": "ListMetadataModelAssessmentActionItems",
|
|
96711
96933
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
96712
|
-
"permissionOnly":
|
|
96934
|
+
"permissionOnly": true,
|
|
96713
96935
|
"description": "Grants permission to list the AWS DMS attributes for a metadata model assessment action items. Note. Despite this action requires StartMetadataModelImport, the latter does not currently authorize the described Schema Conversion operation",
|
|
96714
96936
|
"accessLevel": "Read",
|
|
96715
96937
|
"resourceTypes": [
|
|
@@ -96725,7 +96947,7 @@
|
|
|
96725
96947
|
},
|
|
96726
96948
|
{
|
|
96727
96949
|
"name": "ListMetadataModelAssessments",
|
|
96728
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/
|
|
96950
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ListMetadataModelExports.html",
|
|
96729
96951
|
"permissionOnly": false,
|
|
96730
96952
|
"description": "Grants permission to list the AWS DMS attributes for a metadata model assessments",
|
|
96731
96953
|
"accessLevel": "Read",
|
|
@@ -96734,15 +96956,13 @@
|
|
|
96734
96956
|
"resourceType": "MigrationProject",
|
|
96735
96957
|
"required": false,
|
|
96736
96958
|
"conditionKeys": [],
|
|
96737
|
-
"dependentActions": [
|
|
96738
|
-
"dms:DescribeMetadataModelAssessments"
|
|
96739
|
-
]
|
|
96959
|
+
"dependentActions": []
|
|
96740
96960
|
}
|
|
96741
96961
|
]
|
|
96742
96962
|
},
|
|
96743
96963
|
{
|
|
96744
96964
|
"name": "ListMetadataModelConversions",
|
|
96745
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/
|
|
96965
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeMetadataModelConversions.html",
|
|
96746
96966
|
"permissionOnly": false,
|
|
96747
96967
|
"description": "Grants permission to list the AWS DMS attributes for a metadata model conversions",
|
|
96748
96968
|
"accessLevel": "Read",
|
|
@@ -96751,9 +96971,7 @@
|
|
|
96751
96971
|
"resourceType": "MigrationProject",
|
|
96752
96972
|
"required": false,
|
|
96753
96973
|
"conditionKeys": [],
|
|
96754
|
-
"dependentActions": [
|
|
96755
|
-
"dms:DescribeMetadataModelConversions"
|
|
96756
|
-
]
|
|
96974
|
+
"dependentActions": []
|
|
96757
96975
|
}
|
|
96758
96976
|
]
|
|
96759
96977
|
},
|
|
@@ -96768,10 +96986,7 @@
|
|
|
96768
96986
|
"resourceType": "MigrationProject",
|
|
96769
96987
|
"required": false,
|
|
96770
96988
|
"conditionKeys": [],
|
|
96771
|
-
"dependentActions": [
|
|
96772
|
-
"dms:DescribeMetadataModelExportsAsScript",
|
|
96773
|
-
"dms:DescribeMetadataModelExportsToTarget"
|
|
96774
|
-
]
|
|
96989
|
+
"dependentActions": []
|
|
96775
96990
|
}
|
|
96776
96991
|
]
|
|
96777
96992
|
},
|
|
@@ -96787,8 +97002,7 @@
|
|
|
96787
97002
|
"required": false,
|
|
96788
97003
|
"conditionKeys": [],
|
|
96789
97004
|
"dependentActions": [
|
|
96790
|
-
"dms:DescribeConversionConfiguration"
|
|
96791
|
-
"dms:DescribeMigrationProjects"
|
|
97005
|
+
"dms:DescribeConversionConfiguration"
|
|
96792
97006
|
]
|
|
96793
97007
|
},
|
|
96794
97008
|
{
|
|
@@ -96892,23 +97106,6 @@
|
|
|
96892
97106
|
}
|
|
96893
97107
|
]
|
|
96894
97108
|
},
|
|
96895
|
-
{
|
|
96896
|
-
"name": "ModifyConversionConfiguration",
|
|
96897
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyConversionConfiguration.html",
|
|
96898
|
-
"permissionOnly": true,
|
|
96899
|
-
"description": "Grants permission to update a conversion configuration. Note. This action should be added along with UpdateConversionConfiguration, but does not currently authorize the described Schema Conversion operation",
|
|
96900
|
-
"accessLevel": "Write",
|
|
96901
|
-
"resourceTypes": [
|
|
96902
|
-
{
|
|
96903
|
-
"resourceType": "MigrationProject",
|
|
96904
|
-
"required": true,
|
|
96905
|
-
"conditionKeys": [],
|
|
96906
|
-
"dependentActions": [
|
|
96907
|
-
"dms:UpdateConversionConfiguration"
|
|
96908
|
-
]
|
|
96909
|
-
}
|
|
96910
|
-
]
|
|
96911
|
-
},
|
|
96912
97109
|
{
|
|
96913
97110
|
"name": "ModifyDataMigration",
|
|
96914
97111
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
@@ -96926,24 +97123,6 @@
|
|
|
96926
97123
|
}
|
|
96927
97124
|
]
|
|
96928
97125
|
},
|
|
96929
|
-
{
|
|
96930
|
-
"name": "ModifyDataProvider",
|
|
96931
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyDataProvider.html",
|
|
96932
|
-
"permissionOnly": true,
|
|
96933
|
-
"description": "Grants permission to modify the specified data provider. Note. This action should be added along with UpdateDataProvider, but does not currently authorize the described Schema Conversion operation",
|
|
96934
|
-
"accessLevel": "Write",
|
|
96935
|
-
"resourceTypes": [
|
|
96936
|
-
{
|
|
96937
|
-
"resourceType": "DataProvider",
|
|
96938
|
-
"required": true,
|
|
96939
|
-
"conditionKeys": [],
|
|
96940
|
-
"dependentActions": [
|
|
96941
|
-
"dms:UpdateDataProvider",
|
|
96942
|
-
"iam:PassRole"
|
|
96943
|
-
]
|
|
96944
|
-
}
|
|
96945
|
-
]
|
|
96946
|
-
},
|
|
96947
97126
|
{
|
|
96948
97127
|
"name": "ModifyEndpoint",
|
|
96949
97128
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyEndpoint.html",
|
|
@@ -97012,42 +97191,6 @@
|
|
|
97012
97191
|
}
|
|
97013
97192
|
]
|
|
97014
97193
|
},
|
|
97015
|
-
{
|
|
97016
|
-
"name": "ModifyInstanceProfile",
|
|
97017
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyInstanceProfile.html",
|
|
97018
|
-
"permissionOnly": true,
|
|
97019
|
-
"description": "Grants permission to modify the specified instance profile. Note. This action should be added along with UpdateInstanceProfile, but does not currently authorize the described Schema Conversion operation",
|
|
97020
|
-
"accessLevel": "Write",
|
|
97021
|
-
"resourceTypes": [
|
|
97022
|
-
{
|
|
97023
|
-
"resourceType": "InstanceProfile",
|
|
97024
|
-
"required": true,
|
|
97025
|
-
"conditionKeys": [],
|
|
97026
|
-
"dependentActions": [
|
|
97027
|
-
"dms:UpdateInstanceProfile",
|
|
97028
|
-
"iam:PassRole"
|
|
97029
|
-
]
|
|
97030
|
-
}
|
|
97031
|
-
]
|
|
97032
|
-
},
|
|
97033
|
-
{
|
|
97034
|
-
"name": "ModifyMigrationProject",
|
|
97035
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyMigrationProject.html",
|
|
97036
|
-
"permissionOnly": true,
|
|
97037
|
-
"description": "Grants permission to modify the specified migration project. Note. This action should be added along with UpdateMigrationProject, but does not currently authorize the described Schema Conversion operation",
|
|
97038
|
-
"accessLevel": "Write",
|
|
97039
|
-
"resourceTypes": [
|
|
97040
|
-
{
|
|
97041
|
-
"resourceType": "MigrationProject",
|
|
97042
|
-
"required": true,
|
|
97043
|
-
"conditionKeys": [],
|
|
97044
|
-
"dependentActions": [
|
|
97045
|
-
"dms:UpdateMigrationProject",
|
|
97046
|
-
"iam:PassRole"
|
|
97047
|
-
]
|
|
97048
|
-
}
|
|
97049
|
-
]
|
|
97050
|
-
},
|
|
97051
97194
|
{
|
|
97052
97195
|
"name": "ModifyReplicationConfig",
|
|
97053
97196
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
@@ -97322,23 +97465,6 @@
|
|
|
97322
97465
|
}
|
|
97323
97466
|
]
|
|
97324
97467
|
},
|
|
97325
|
-
{
|
|
97326
|
-
"name": "StartExtensionPackAssociation",
|
|
97327
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_StartExtensionPackAssociation.html",
|
|
97328
|
-
"permissionOnly": true,
|
|
97329
|
-
"description": "Grants permission to associate an extension pack. Note. This action should be added along with AssociateExtensionPack, but does not currently authorize the described Schema Conversion operation",
|
|
97330
|
-
"accessLevel": "Write",
|
|
97331
|
-
"resourceTypes": [
|
|
97332
|
-
{
|
|
97333
|
-
"resourceType": "MigrationProject",
|
|
97334
|
-
"required": true,
|
|
97335
|
-
"conditionKeys": [],
|
|
97336
|
-
"dependentActions": [
|
|
97337
|
-
"dms:AssociateExtensionPack"
|
|
97338
|
-
]
|
|
97339
|
-
}
|
|
97340
|
-
]
|
|
97341
|
-
},
|
|
97342
97468
|
{
|
|
97343
97469
|
"name": "StartMetadataModelAssessment",
|
|
97344
97470
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_StartMetadataModelAssessment.html",
|
|
@@ -97369,26 +97495,9 @@
|
|
|
97369
97495
|
}
|
|
97370
97496
|
]
|
|
97371
97497
|
},
|
|
97372
|
-
{
|
|
97373
|
-
"name": "StartMetadataModelExportAsScript",
|
|
97374
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_StartMetadataModelExportAsScript.html",
|
|
97375
|
-
"permissionOnly": true,
|
|
97376
|
-
"description": "Grants permission to start a new export of metadata model as script. Note. This action should be added along with StartMetadataModelExportAsScripts, but does not currently authorize the described Schema Conversion operation",
|
|
97377
|
-
"accessLevel": "Write",
|
|
97378
|
-
"resourceTypes": [
|
|
97379
|
-
{
|
|
97380
|
-
"resourceType": "MigrationProject",
|
|
97381
|
-
"required": true,
|
|
97382
|
-
"conditionKeys": [],
|
|
97383
|
-
"dependentActions": [
|
|
97384
|
-
"dms:StartMetadataModelExportAsScripts"
|
|
97385
|
-
]
|
|
97386
|
-
}
|
|
97387
|
-
]
|
|
97388
|
-
},
|
|
97389
97498
|
{
|
|
97390
97499
|
"name": "StartMetadataModelExportAsScripts",
|
|
97391
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/
|
|
97500
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_StartMetadataModelExportAsScript.html",
|
|
97392
97501
|
"permissionOnly": false,
|
|
97393
97502
|
"description": "Grants permission to start a new export of metadata model as script",
|
|
97394
97503
|
"accessLevel": "Write",
|
|
@@ -97397,9 +97506,7 @@
|
|
|
97397
97506
|
"resourceType": "MigrationProject",
|
|
97398
97507
|
"required": true,
|
|
97399
97508
|
"conditionKeys": [],
|
|
97400
|
-
"dependentActions": [
|
|
97401
|
-
"dms:StartMetadataModelExportAsScript"
|
|
97402
|
-
]
|
|
97509
|
+
"dependentActions": []
|
|
97403
97510
|
}
|
|
97404
97511
|
]
|
|
97405
97512
|
},
|
|
@@ -97578,7 +97685,7 @@
|
|
|
97578
97685
|
},
|
|
97579
97686
|
{
|
|
97580
97687
|
"name": "UpdateConversionConfiguration",
|
|
97581
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/
|
|
97688
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyConversionConfiguration.html",
|
|
97582
97689
|
"permissionOnly": false,
|
|
97583
97690
|
"description": "Grants permission to update a conversion configuration",
|
|
97584
97691
|
"accessLevel": "Write",
|
|
@@ -97587,15 +97694,13 @@
|
|
|
97587
97694
|
"resourceType": "MigrationProject",
|
|
97588
97695
|
"required": true,
|
|
97589
97696
|
"conditionKeys": [],
|
|
97590
|
-
"dependentActions": [
|
|
97591
|
-
"dms:ModifyConversionConfiguration"
|
|
97592
|
-
]
|
|
97697
|
+
"dependentActions": []
|
|
97593
97698
|
}
|
|
97594
97699
|
]
|
|
97595
97700
|
},
|
|
97596
97701
|
{
|
|
97597
97702
|
"name": "UpdateDataProvider",
|
|
97598
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/
|
|
97703
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyDataProvider.html",
|
|
97599
97704
|
"permissionOnly": false,
|
|
97600
97705
|
"description": "Grants permission to update the specified data provider",
|
|
97601
97706
|
"accessLevel": "Write",
|
|
@@ -97604,15 +97709,13 @@
|
|
|
97604
97709
|
"resourceType": "DataProvider",
|
|
97605
97710
|
"required": true,
|
|
97606
97711
|
"conditionKeys": [],
|
|
97607
|
-
"dependentActions": [
|
|
97608
|
-
"dms:ModifyDataProvider"
|
|
97609
|
-
]
|
|
97712
|
+
"dependentActions": []
|
|
97610
97713
|
}
|
|
97611
97714
|
]
|
|
97612
97715
|
},
|
|
97613
97716
|
{
|
|
97614
97717
|
"name": "UpdateInstanceProfile",
|
|
97615
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/
|
|
97718
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyInstanceProfile.html",
|
|
97616
97719
|
"permissionOnly": false,
|
|
97617
97720
|
"description": "Grants permission to update the specified instance profile",
|
|
97618
97721
|
"accessLevel": "Write",
|
|
@@ -97621,15 +97724,13 @@
|
|
|
97621
97724
|
"resourceType": "InstanceProfile",
|
|
97622
97725
|
"required": true,
|
|
97623
97726
|
"conditionKeys": [],
|
|
97624
|
-
"dependentActions": [
|
|
97625
|
-
"dms:ModifyInstanceProfile"
|
|
97626
|
-
]
|
|
97727
|
+
"dependentActions": []
|
|
97627
97728
|
}
|
|
97628
97729
|
]
|
|
97629
97730
|
},
|
|
97630
97731
|
{
|
|
97631
97732
|
"name": "UpdateMigrationProject",
|
|
97632
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/
|
|
97733
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyMigrationProject.html",
|
|
97633
97734
|
"permissionOnly": false,
|
|
97634
97735
|
"description": "Grants permission to update the specified migration project",
|
|
97635
97736
|
"accessLevel": "Write",
|
|
@@ -97638,9 +97739,7 @@
|
|
|
97638
97739
|
"resourceType": "MigrationProject",
|
|
97639
97740
|
"required": true,
|
|
97640
97741
|
"conditionKeys": [],
|
|
97641
|
-
"dependentActions": [
|
|
97642
|
-
"dms:ModifyMigrationProject"
|
|
97643
|
-
]
|
|
97742
|
+
"dependentActions": []
|
|
97644
97743
|
}
|
|
97645
97744
|
]
|
|
97646
97745
|
},
|
|
@@ -140868,7 +140967,8 @@
|
|
|
140868
140967
|
"imagebuilder:TagResource",
|
|
140869
140968
|
"kms:Encrypt",
|
|
140870
140969
|
"kms:GenerateDataKey",
|
|
140871
|
-
"kms:GenerateDataKeyWithoutPlaintext"
|
|
140970
|
+
"kms:GenerateDataKeyWithoutPlaintext",
|
|
140971
|
+
"ssm:GetParameter"
|
|
140872
140972
|
]
|
|
140873
140973
|
}
|
|
140874
140974
|
]
|
|
@@ -140889,7 +140989,8 @@
|
|
|
140889
140989
|
],
|
|
140890
140990
|
"dependentActions": [
|
|
140891
140991
|
"iam:CreateServiceLinkedRole",
|
|
140892
|
-
"imagebuilder:TagResource"
|
|
140992
|
+
"imagebuilder:TagResource",
|
|
140993
|
+
"ssm:GetParameter"
|
|
140893
140994
|
]
|
|
140894
140995
|
}
|
|
140895
140996
|
]
|
|
@@ -140967,7 +141068,8 @@
|
|
|
140967
141068
|
"iam:CreateServiceLinkedRole",
|
|
140968
141069
|
"imagebuilder:GetComponent",
|
|
140969
141070
|
"imagebuilder:GetImage",
|
|
140970
|
-
"imagebuilder:TagResource"
|
|
141071
|
+
"imagebuilder:TagResource",
|
|
141072
|
+
"ssm:GetParameter"
|
|
140971
141073
|
]
|
|
140972
141074
|
}
|
|
140973
141075
|
]
|
|
@@ -142246,7 +142348,9 @@
|
|
|
142246
142348
|
"resourceType": "distributionConfiguration",
|
|
142247
142349
|
"required": true,
|
|
142248
142350
|
"conditionKeys": [],
|
|
142249
|
-
"dependentActions": [
|
|
142351
|
+
"dependentActions": [
|
|
142352
|
+
"ssm:GetParameter"
|
|
142353
|
+
]
|
|
142250
142354
|
}
|
|
142251
142355
|
]
|
|
142252
142356
|
},
|
|
@@ -262348,6 +262452,21 @@
|
|
|
262348
262452
|
}
|
|
262349
262453
|
]
|
|
262350
262454
|
},
|
|
262455
|
+
{
|
|
262456
|
+
"name": "DeleteConfiguration",
|
|
262457
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazon-mq/latest/api-reference/rest-api-configurations.html#rest-api-configurations-methods-delete",
|
|
262458
|
+
"permissionOnly": false,
|
|
262459
|
+
"description": "Grants permission to delete a configuration",
|
|
262460
|
+
"accessLevel": "Write",
|
|
262461
|
+
"resourceTypes": [
|
|
262462
|
+
{
|
|
262463
|
+
"resourceType": "configurations",
|
|
262464
|
+
"required": true,
|
|
262465
|
+
"conditionKeys": [],
|
|
262466
|
+
"dependentActions": []
|
|
262467
|
+
}
|
|
262468
|
+
]
|
|
262469
|
+
},
|
|
262351
262470
|
{
|
|
262352
262471
|
"name": "DeleteTags",
|
|
262353
262472
|
"apiReferenceUrl": "https://docs.aws.amazon.com/amazon-mq/latest/api-reference/rest-api-tags.html#rest-api-tags-methods-delete",
|
|
@@ -269708,7 +269827,7 @@
|
|
|
269708
269827
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/developerguide/",
|
|
269709
269828
|
"permissionOnly": true,
|
|
269710
269829
|
"description": "Grants permission to access OpenSearch Application",
|
|
269711
|
-
"accessLevel": "
|
|
269830
|
+
"accessLevel": "Permissions management",
|
|
269712
269831
|
"resourceTypes": [
|
|
269713
269832
|
{
|
|
269714
269833
|
"resourceType": "application",
|
|
@@ -278058,8 +278177,14 @@
|
|
|
278058
278177
|
"accessLevel": "Write",
|
|
278059
278178
|
"resourceTypes": [
|
|
278060
278179
|
{
|
|
278061
|
-
"resourceType": "",
|
|
278062
|
-
"required":
|
|
278180
|
+
"resourceType": "alias",
|
|
278181
|
+
"required": true,
|
|
278182
|
+
"conditionKeys": [],
|
|
278183
|
+
"dependentActions": []
|
|
278184
|
+
},
|
|
278185
|
+
{
|
|
278186
|
+
"resourceType": "key",
|
|
278187
|
+
"required": true,
|
|
278063
278188
|
"conditionKeys": [],
|
|
278064
278189
|
"dependentActions": []
|
|
278065
278190
|
}
|
|
@@ -278112,8 +278237,14 @@
|
|
|
278112
278237
|
"accessLevel": "Write",
|
|
278113
278238
|
"resourceTypes": [
|
|
278114
278239
|
{
|
|
278115
|
-
"resourceType": "",
|
|
278116
|
-
"required":
|
|
278240
|
+
"resourceType": "alias",
|
|
278241
|
+
"required": true,
|
|
278242
|
+
"conditionKeys": [],
|
|
278243
|
+
"dependentActions": []
|
|
278244
|
+
},
|
|
278245
|
+
{
|
|
278246
|
+
"resourceType": "key",
|
|
278247
|
+
"required": true,
|
|
278117
278248
|
"conditionKeys": [],
|
|
278118
278249
|
"dependentActions": []
|
|
278119
278250
|
}
|
|
@@ -278142,8 +278273,14 @@
|
|
|
278142
278273
|
"accessLevel": "Write",
|
|
278143
278274
|
"resourceTypes": [
|
|
278144
278275
|
{
|
|
278145
|
-
"resourceType": "",
|
|
278146
|
-
"required":
|
|
278276
|
+
"resourceType": "alias",
|
|
278277
|
+
"required": true,
|
|
278278
|
+
"conditionKeys": [],
|
|
278279
|
+
"dependentActions": []
|
|
278280
|
+
},
|
|
278281
|
+
{
|
|
278282
|
+
"resourceType": "key",
|
|
278283
|
+
"required": true,
|
|
278147
278284
|
"conditionKeys": [],
|
|
278148
278285
|
"dependentActions": []
|
|
278149
278286
|
}
|
|
@@ -278157,8 +278294,14 @@
|
|
|
278157
278294
|
"accessLevel": "Write",
|
|
278158
278295
|
"resourceTypes": [
|
|
278159
278296
|
{
|
|
278160
|
-
"resourceType": "",
|
|
278161
|
-
"required":
|
|
278297
|
+
"resourceType": "alias",
|
|
278298
|
+
"required": true,
|
|
278299
|
+
"conditionKeys": [],
|
|
278300
|
+
"dependentActions": []
|
|
278301
|
+
},
|
|
278302
|
+
{
|
|
278303
|
+
"resourceType": "key",
|
|
278304
|
+
"required": true,
|
|
278162
278305
|
"conditionKeys": [],
|
|
278163
278306
|
"dependentActions": []
|
|
278164
278307
|
}
|
|
@@ -278193,8 +278336,14 @@
|
|
|
278193
278336
|
"accessLevel": "Write",
|
|
278194
278337
|
"resourceTypes": [
|
|
278195
278338
|
{
|
|
278196
|
-
"resourceType": "",
|
|
278197
|
-
"required":
|
|
278339
|
+
"resourceType": "alias",
|
|
278340
|
+
"required": true,
|
|
278341
|
+
"conditionKeys": [],
|
|
278342
|
+
"dependentActions": []
|
|
278343
|
+
},
|
|
278344
|
+
{
|
|
278345
|
+
"resourceType": "key",
|
|
278346
|
+
"required": true,
|
|
278198
278347
|
"conditionKeys": [],
|
|
278199
278348
|
"dependentActions": []
|
|
278200
278349
|
}
|
|
@@ -278363,8 +278512,14 @@
|
|
|
278363
278512
|
"accessLevel": "Write",
|
|
278364
278513
|
"resourceTypes": [
|
|
278365
278514
|
{
|
|
278366
|
-
"resourceType": "",
|
|
278367
|
-
"required":
|
|
278515
|
+
"resourceType": "alias",
|
|
278516
|
+
"required": true,
|
|
278517
|
+
"conditionKeys": [],
|
|
278518
|
+
"dependentActions": []
|
|
278519
|
+
},
|
|
278520
|
+
{
|
|
278521
|
+
"resourceType": "key",
|
|
278522
|
+
"required": true,
|
|
278368
278523
|
"conditionKeys": [],
|
|
278369
278524
|
"dependentActions": []
|
|
278370
278525
|
}
|
|
@@ -278447,8 +278602,14 @@
|
|
|
278447
278602
|
"accessLevel": "Write",
|
|
278448
278603
|
"resourceTypes": [
|
|
278449
278604
|
{
|
|
278450
|
-
"resourceType": "",
|
|
278451
|
-
"required":
|
|
278605
|
+
"resourceType": "alias",
|
|
278606
|
+
"required": true,
|
|
278607
|
+
"conditionKeys": [],
|
|
278608
|
+
"dependentActions": []
|
|
278609
|
+
},
|
|
278610
|
+
{
|
|
278611
|
+
"resourceType": "key",
|
|
278612
|
+
"required": true,
|
|
278452
278613
|
"conditionKeys": [],
|
|
278453
278614
|
"dependentActions": []
|
|
278454
278615
|
}
|
|
@@ -278515,8 +278676,14 @@
|
|
|
278515
278676
|
"accessLevel": "Write",
|
|
278516
278677
|
"resourceTypes": [
|
|
278517
278678
|
{
|
|
278518
|
-
"resourceType": "",
|
|
278519
|
-
"required":
|
|
278679
|
+
"resourceType": "alias",
|
|
278680
|
+
"required": true,
|
|
278681
|
+
"conditionKeys": [],
|
|
278682
|
+
"dependentActions": []
|
|
278683
|
+
},
|
|
278684
|
+
{
|
|
278685
|
+
"resourceType": "key",
|
|
278686
|
+
"required": true,
|
|
278520
278687
|
"conditionKeys": [],
|
|
278521
278688
|
"dependentActions": []
|
|
278522
278689
|
}
|
|
@@ -278530,8 +278697,14 @@
|
|
|
278530
278697
|
"accessLevel": "Write",
|
|
278531
278698
|
"resourceTypes": [
|
|
278532
278699
|
{
|
|
278533
|
-
"resourceType": "",
|
|
278534
|
-
"required":
|
|
278700
|
+
"resourceType": "alias",
|
|
278701
|
+
"required": true,
|
|
278702
|
+
"conditionKeys": [],
|
|
278703
|
+
"dependentActions": []
|
|
278704
|
+
},
|
|
278705
|
+
{
|
|
278706
|
+
"resourceType": "key",
|
|
278707
|
+
"required": true,
|
|
278535
278708
|
"conditionKeys": [],
|
|
278536
278709
|
"dependentActions": []
|
|
278537
278710
|
}
|
|
@@ -278545,8 +278718,14 @@
|
|
|
278545
278718
|
"accessLevel": "Write",
|
|
278546
278719
|
"resourceTypes": [
|
|
278547
278720
|
{
|
|
278548
|
-
"resourceType": "",
|
|
278549
|
-
"required":
|
|
278721
|
+
"resourceType": "alias",
|
|
278722
|
+
"required": true,
|
|
278723
|
+
"conditionKeys": [],
|
|
278724
|
+
"dependentActions": []
|
|
278725
|
+
},
|
|
278726
|
+
{
|
|
278727
|
+
"resourceType": "key",
|
|
278728
|
+
"required": true,
|
|
278550
278729
|
"conditionKeys": [],
|
|
278551
278730
|
"dependentActions": []
|
|
278552
278731
|
}
|
|
@@ -278560,8 +278739,14 @@
|
|
|
278560
278739
|
"accessLevel": "Write",
|
|
278561
278740
|
"resourceTypes": [
|
|
278562
278741
|
{
|
|
278563
|
-
"resourceType": "",
|
|
278564
|
-
"required":
|
|
278742
|
+
"resourceType": "alias",
|
|
278743
|
+
"required": true,
|
|
278744
|
+
"conditionKeys": [],
|
|
278745
|
+
"dependentActions": []
|
|
278746
|
+
},
|
|
278747
|
+
{
|
|
278748
|
+
"resourceType": "key",
|
|
278749
|
+
"required": true,
|
|
278565
278750
|
"conditionKeys": [],
|
|
278566
278751
|
"dependentActions": []
|
|
278567
278752
|
}
|
|
@@ -288926,6 +289111,30 @@
|
|
|
288926
289111
|
}
|
|
288927
289112
|
]
|
|
288928
289113
|
},
|
|
289114
|
+
{
|
|
289115
|
+
"name": "UpdatePlugin",
|
|
289116
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/security_iam_manage-access-with-policies.html",
|
|
289117
|
+
"permissionOnly": true,
|
|
289118
|
+
"description": "Grants permission to update a third party plugin in Amazon Q",
|
|
289119
|
+
"accessLevel": "Write",
|
|
289120
|
+
"resourceTypes": [
|
|
289121
|
+
{
|
|
289122
|
+
"resourceType": "plugin",
|
|
289123
|
+
"required": true,
|
|
289124
|
+
"conditionKeys": [],
|
|
289125
|
+
"dependentActions": []
|
|
289126
|
+
},
|
|
289127
|
+
{
|
|
289128
|
+
"resourceType": "",
|
|
289129
|
+
"required": false,
|
|
289130
|
+
"conditionKeys": [
|
|
289131
|
+
"aws:TagKeys",
|
|
289132
|
+
"aws:RequestTag/${TagKey}"
|
|
289133
|
+
],
|
|
289134
|
+
"dependentActions": []
|
|
289135
|
+
}
|
|
289136
|
+
]
|
|
289137
|
+
},
|
|
288929
289138
|
{
|
|
288930
289139
|
"name": "UpdateTroubleshootingCommandResult",
|
|
288931
289140
|
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/security_iam_manage-access-with-policies.html",
|
|
@@ -325332,7 +325541,7 @@
|
|
|
325332
325541
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html",
|
|
325333
325542
|
"permissionOnly": false,
|
|
325334
325543
|
"description": "Grants permission to Create Session token which is used for object APIs such as PutObject, GetObject, ect",
|
|
325335
|
-
"accessLevel": "
|
|
325544
|
+
"accessLevel": "Write",
|
|
325336
325545
|
"resourceTypes": [
|
|
325337
325546
|
{
|
|
325338
325547
|
"resourceType": "bucket",
|