@cloud-copilot/iam-data 0.15.202512241 → 0.15.202512271
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.
|
@@ -465,6 +465,22 @@
|
|
|
465
465
|
"conditionKeys": [],
|
|
466
466
|
"dependentActions": []
|
|
467
467
|
},
|
|
468
|
+
"listautonomicsdenylist": {
|
|
469
|
+
"name": "ListAutonomicsDenylist",
|
|
470
|
+
"isPermissionOnly": true,
|
|
471
|
+
"description": "Grants permission to list the resources that are denylisted from global autonomics decisions for a specified workgroup",
|
|
472
|
+
"accessLevel": "Read",
|
|
473
|
+
"resourceTypes": [
|
|
474
|
+
{
|
|
475
|
+
"name": "workgroup",
|
|
476
|
+
"required": true,
|
|
477
|
+
"conditionKeys": [],
|
|
478
|
+
"dependentActions": []
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"conditionKeys": [],
|
|
482
|
+
"dependentActions": []
|
|
483
|
+
},
|
|
468
484
|
"listcustomdomainassociations": {
|
|
469
485
|
"name": "ListCustomDomainAssociations",
|
|
470
486
|
"description": "Grants permission to list custom domain associations in Amazon Redshift Serverless",
|
|
@@ -793,6 +809,22 @@
|
|
|
793
809
|
],
|
|
794
810
|
"dependentActions": []
|
|
795
811
|
},
|
|
812
|
+
"updateautonomicsdenylist": {
|
|
813
|
+
"name": "UpdateAutonomicsDenylist",
|
|
814
|
+
"isPermissionOnly": true,
|
|
815
|
+
"description": "Grants permission to add or remove resources from the global autonomics denylist for a specified workgroup",
|
|
816
|
+
"accessLevel": "Write",
|
|
817
|
+
"resourceTypes": [
|
|
818
|
+
{
|
|
819
|
+
"name": "workgroup",
|
|
820
|
+
"required": true,
|
|
821
|
+
"conditionKeys": [],
|
|
822
|
+
"dependentActions": []
|
|
823
|
+
}
|
|
824
|
+
],
|
|
825
|
+
"conditionKeys": [],
|
|
826
|
+
"dependentActions": []
|
|
827
|
+
},
|
|
796
828
|
"updatecustomdomainassociation": {
|
|
797
829
|
"name": "UpdateCustomDomainAssociation",
|
|
798
830
|
"description": "Grants permission to update a certificate associated with a custom domain",
|
|
@@ -1049,6 +1049,22 @@
|
|
|
1049
1049
|
"conditionKeys": [],
|
|
1050
1050
|
"dependentActions": []
|
|
1051
1051
|
},
|
|
1052
|
+
"describeautonomicsdenylist": {
|
|
1053
|
+
"name": "DescribeAutonomicsDenylist",
|
|
1054
|
+
"isPermissionOnly": true,
|
|
1055
|
+
"description": "Grants permission to describe the list of resources that are denylisted from global autonomics decisions for a specified cluster",
|
|
1056
|
+
"accessLevel": "Read",
|
|
1057
|
+
"resourceTypes": [
|
|
1058
|
+
{
|
|
1059
|
+
"name": "cluster",
|
|
1060
|
+
"required": true,
|
|
1061
|
+
"conditionKeys": [],
|
|
1062
|
+
"dependentActions": []
|
|
1063
|
+
}
|
|
1064
|
+
],
|
|
1065
|
+
"conditionKeys": [],
|
|
1066
|
+
"dependentActions": []
|
|
1067
|
+
},
|
|
1052
1068
|
"describeclusterdbrevisions": {
|
|
1053
1069
|
"name": "DescribeClusterDbRevisions",
|
|
1054
1070
|
"description": "Grants permission to describe database revisions for a cluster",
|
|
@@ -1804,6 +1820,22 @@
|
|
|
1804
1820
|
"conditionKeys": [],
|
|
1805
1821
|
"dependentActions": []
|
|
1806
1822
|
},
|
|
1823
|
+
"modifyautonomicsdenylist": {
|
|
1824
|
+
"name": "ModifyAutonomicsDenylist",
|
|
1825
|
+
"isPermissionOnly": true,
|
|
1826
|
+
"description": "Grants permission to add or remove resources from the global autonomics denylist for a specified cluster",
|
|
1827
|
+
"accessLevel": "Write",
|
|
1828
|
+
"resourceTypes": [
|
|
1829
|
+
{
|
|
1830
|
+
"name": "cluster",
|
|
1831
|
+
"required": true,
|
|
1832
|
+
"conditionKeys": [],
|
|
1833
|
+
"dependentActions": []
|
|
1834
|
+
}
|
|
1835
|
+
],
|
|
1836
|
+
"conditionKeys": [],
|
|
1837
|
+
"dependentActions": []
|
|
1838
|
+
},
|
|
1807
1839
|
"modifycluster": {
|
|
1808
1840
|
"name": "ModifyCluster",
|
|
1809
1841
|
"description": "Grants permission to modify the settings of a cluster",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202512271",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2025-12-
|
|
9
|
+
"updatedAt": "2025-12-27T04:57:00.769Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|