aws-iam-data 0.0.350 → 0.0.351
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.
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2025-03-26",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Route 53 Recovery Controls": [
|
|
8
|
+
"route53-recovery-control-config:DeleteResourcePolicy",
|
|
9
|
+
"route53-recovery-control-config:PutResourcePolicy"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"removedActions": {}
|
|
13
|
+
},
|
|
2
14
|
{
|
|
3
15
|
"dateOfChange": "2025-03-25",
|
|
4
16
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -316416,6 +316416,21 @@
|
|
|
316416
316416
|
}
|
|
316417
316417
|
]
|
|
316418
316418
|
},
|
|
316419
|
+
{
|
|
316420
|
+
"name": "DeleteResourcePolicy",
|
|
316421
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.failover-different-accounts.html",
|
|
316422
|
+
"permissionOnly": true,
|
|
316423
|
+
"description": "Grants permission to delete the RAM access control policy for a cluster",
|
|
316424
|
+
"accessLevel": "Write",
|
|
316425
|
+
"resourceTypes": [
|
|
316426
|
+
{
|
|
316427
|
+
"resourceType": "cluster",
|
|
316428
|
+
"required": true,
|
|
316429
|
+
"conditionKeys": [],
|
|
316430
|
+
"dependentActions": []
|
|
316431
|
+
}
|
|
316432
|
+
]
|
|
316433
|
+
},
|
|
316419
316434
|
{
|
|
316420
316435
|
"name": "DeleteRoutingControl",
|
|
316421
316436
|
"apiReferenceUrl": "https://docs.aws.amazon.com/recovery-cluster/latest/api/routingcontrol-routingcontrolarn.html",
|
|
@@ -316626,6 +316641,21 @@
|
|
|
316626
316641
|
}
|
|
316627
316642
|
]
|
|
316628
316643
|
},
|
|
316644
|
+
{
|
|
316645
|
+
"name": "PutResourcePolicy",
|
|
316646
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.failover-different-accounts.html",
|
|
316647
|
+
"permissionOnly": true,
|
|
316648
|
+
"description": "Grants permission to define the RAM access control policy for a cluster",
|
|
316649
|
+
"accessLevel": "Write",
|
|
316650
|
+
"resourceTypes": [
|
|
316651
|
+
{
|
|
316652
|
+
"resourceType": "cluster",
|
|
316653
|
+
"required": true,
|
|
316654
|
+
"conditionKeys": [],
|
|
316655
|
+
"dependentActions": []
|
|
316656
|
+
}
|
|
316657
|
+
]
|
|
316658
|
+
},
|
|
316629
316659
|
{
|
|
316630
316660
|
"name": "TagResource",
|
|
316631
316661
|
"apiReferenceUrl": "https://docs.aws.amazon.com/recovery-cluster/latest/api/tags-resource-arn.html",
|
|
@@ -22914,7 +22914,7 @@
|
|
|
22914
22914
|
"name": "Amazon Route 53 Recovery Controls",
|
|
22915
22915
|
"servicePrefix": "route53-recovery-control-config",
|
|
22916
22916
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonroute53recoverycontrols.html",
|
|
22917
|
-
"actionsCount":
|
|
22917
|
+
"actionsCount": 28,
|
|
22918
22918
|
"actions": [
|
|
22919
22919
|
"CreateCluster",
|
|
22920
22920
|
"CreateControlPanel",
|
|
@@ -22922,6 +22922,7 @@
|
|
|
22922
22922
|
"CreateSafetyRule",
|
|
22923
22923
|
"DeleteCluster",
|
|
22924
22924
|
"DeleteControlPanel",
|
|
22925
|
+
"DeleteResourcePolicy",
|
|
22925
22926
|
"DeleteRoutingControl",
|
|
22926
22927
|
"DeleteSafetyRule",
|
|
22927
22928
|
"DescribeCluster",
|
|
@@ -22936,6 +22937,7 @@
|
|
|
22936
22937
|
"ListRoutingControls",
|
|
22937
22938
|
"ListSafetyRules",
|
|
22938
22939
|
"ListTagsForResource",
|
|
22940
|
+
"PutResourcePolicy",
|
|
22939
22941
|
"TagResource",
|
|
22940
22942
|
"UntagResource",
|
|
22941
22943
|
"UpdateCluster",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.351",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|