@cloud-copilot/iam-data 0.15.202509061 → 0.15.202509111
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.
|
@@ -103,6 +103,21 @@
|
|
|
103
103
|
],
|
|
104
104
|
"dependentActions": []
|
|
105
105
|
},
|
|
106
|
+
"createresourceshare": {
|
|
107
|
+
"name": "CreateResourceShare",
|
|
108
|
+
"description": "Grants permission to share an AWS Elemental MediaConvert job",
|
|
109
|
+
"accessLevel": "Write",
|
|
110
|
+
"resourceTypes": [
|
|
111
|
+
{
|
|
112
|
+
"name": "Job",
|
|
113
|
+
"required": false,
|
|
114
|
+
"conditionKeys": [],
|
|
115
|
+
"dependentActions": []
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"conditionKeys": [],
|
|
119
|
+
"dependentActions": []
|
|
120
|
+
},
|
|
106
121
|
"deletejobtemplate": {
|
|
107
122
|
"name": "DeleteJobTemplate",
|
|
108
123
|
"description": "Grants permission to delete an AWS Elemental MediaConvert custom job template",
|
|
@@ -495,6 +495,16 @@
|
|
|
495
495
|
"conditionKeys": [],
|
|
496
496
|
"dependentActions": []
|
|
497
497
|
},
|
|
498
|
+
"listaccountswithinvalideffectivepolicy": {
|
|
499
|
+
"name": "ListAccountsWithInvalidEffectivePolicy",
|
|
500
|
+
"description": "Grants permission to list accounts that have invalid effective policies for a specified policy type",
|
|
501
|
+
"accessLevel": "List",
|
|
502
|
+
"resourceTypes": [],
|
|
503
|
+
"conditionKeys": [
|
|
504
|
+
"organizations:PolicyType"
|
|
505
|
+
],
|
|
506
|
+
"dependentActions": []
|
|
507
|
+
},
|
|
498
508
|
"listchildren": {
|
|
499
509
|
"name": "ListChildren",
|
|
500
510
|
"description": "Grants permission to list all of the OUs or accounts that are contained in a parent OU or root",
|
|
@@ -549,6 +559,23 @@
|
|
|
549
559
|
"conditionKeys": [],
|
|
550
560
|
"dependentActions": []
|
|
551
561
|
},
|
|
562
|
+
"listeffectivepolicyvalidationerrors": {
|
|
563
|
+
"name": "ListEffectivePolicyValidationErrors",
|
|
564
|
+
"description": "Grants permission to list validation errors found in the effective policy for a specific account and policy type",
|
|
565
|
+
"accessLevel": "List",
|
|
566
|
+
"resourceTypes": [
|
|
567
|
+
{
|
|
568
|
+
"name": "account",
|
|
569
|
+
"required": true,
|
|
570
|
+
"conditionKeys": [],
|
|
571
|
+
"dependentActions": []
|
|
572
|
+
}
|
|
573
|
+
],
|
|
574
|
+
"conditionKeys": [
|
|
575
|
+
"organizations:PolicyType"
|
|
576
|
+
],
|
|
577
|
+
"dependentActions": []
|
|
578
|
+
},
|
|
552
579
|
"listhandshakesforaccount": {
|
|
553
580
|
"name": "ListHandshakesForAccount",
|
|
554
581
|
"description": "Grants permission to list all of the handshakes that are associated with an account",
|
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"aws:requesttag/${tagkey}": {
|
|
3
|
-
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
-
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
-
"type": "String"
|
|
6
|
-
},
|
|
7
|
-
"aws:tagkeys": {
|
|
8
|
-
"key": "aws:TagKeys",
|
|
9
|
-
"description": "Filters access by the tag keys that are passed in the request",
|
|
10
|
-
"type": "ArrayOfString"
|
|
11
|
-
},
|
|
12
2
|
"glacier:archiveageindays": {
|
|
13
3
|
"key": "glacier:ArchiveAgeInDays",
|
|
14
4
|
"description": "Filters access by how long an archive has been stored in the vault, in days",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"transcribe:outputencryptionkmskeyid": {
|
|
23
23
|
"key": "transcribe:OutputEncryptionKMSKeyId",
|
|
24
|
-
"description": "Filters access based on the KMS key id included in the request",
|
|
24
|
+
"description": "Filters access based on the KMS key id included in the request, provided in the form of a KMS key ARN",
|
|
25
25
|
"type": "String"
|
|
26
26
|
},
|
|
27
27
|
"transcribe:outputkey": {
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202509111",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-09-
|
|
6
|
+
"updatedAt": "2025-09-11T04:46:53.837Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|