@cloud-copilot/iam-data 0.9.202412191 → 0.9.202412201
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.
|
@@ -734,6 +734,23 @@
|
|
|
734
734
|
"conditionKeys": [],
|
|
735
735
|
"dependentActions": []
|
|
736
736
|
},
|
|
737
|
+
"listhookresults": {
|
|
738
|
+
"name": "ListHookResults",
|
|
739
|
+
"description": "Grants permission to return Hook invocations result information for the specified target",
|
|
740
|
+
"accessLevel": "List",
|
|
741
|
+
"resourceTypes": [
|
|
742
|
+
{
|
|
743
|
+
"name": "stack",
|
|
744
|
+
"required": false,
|
|
745
|
+
"conditionKeys": [],
|
|
746
|
+
"dependentActions": []
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"conditionKeys": [
|
|
750
|
+
"cloudformation:ChangeSetName"
|
|
751
|
+
],
|
|
752
|
+
"dependentActions": []
|
|
753
|
+
},
|
|
737
754
|
"listimports": {
|
|
738
755
|
"name": "ListImports",
|
|
739
756
|
"description": "Grants permission to list all stacks that are importing an exported output value",
|
|
@@ -1049,7 +1066,8 @@
|
|
|
1049
1066
|
],
|
|
1050
1067
|
"conditionKeys": [
|
|
1051
1068
|
"aws:TagKeys",
|
|
1052
|
-
"aws:RequestTag/${TagKey}"
|
|
1069
|
+
"aws:RequestTag/${TagKey}",
|
|
1070
|
+
"cloudformation:CreateAction"
|
|
1053
1071
|
],
|
|
1054
1072
|
"dependentActions": []
|
|
1055
1073
|
},
|
|
@@ -1086,7 +1104,8 @@
|
|
|
1086
1104
|
}
|
|
1087
1105
|
],
|
|
1088
1106
|
"conditionKeys": [
|
|
1089
|
-
"aws:TagKeys"
|
|
1107
|
+
"aws:TagKeys",
|
|
1108
|
+
"cloudformation:CreateAction"
|
|
1090
1109
|
],
|
|
1091
1110
|
"dependentActions": []
|
|
1092
1111
|
},
|
|
@@ -5304,6 +5304,23 @@
|
|
|
5304
5304
|
],
|
|
5305
5305
|
"dependentActions": []
|
|
5306
5306
|
},
|
|
5307
|
+
"updateparticipantauthentication": {
|
|
5308
|
+
"name": "UpdateParticipantAuthentication",
|
|
5309
|
+
"description": "Grants permission to update and continue authentication for a specific contact",
|
|
5310
|
+
"accessLevel": "Write",
|
|
5311
|
+
"resourceTypes": [
|
|
5312
|
+
{
|
|
5313
|
+
"name": "instance",
|
|
5314
|
+
"required": true,
|
|
5315
|
+
"conditionKeys": [],
|
|
5316
|
+
"dependentActions": []
|
|
5317
|
+
}
|
|
5318
|
+
],
|
|
5319
|
+
"conditionKeys": [
|
|
5320
|
+
"connect:InstanceId"
|
|
5321
|
+
],
|
|
5322
|
+
"dependentActions": []
|
|
5323
|
+
},
|
|
5307
5324
|
"updateparticipantroleconfig": {
|
|
5308
5325
|
"name": "UpdateParticipantRoleConfig",
|
|
5309
5326
|
"description": "Grants permission to update participant role configurations associated with a contact",
|
package/data/actions/logs.json
CHANGED
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"description": "Filters access by an AWS CloudFormation change set name. Use to control which change sets IAM users can execute or delete",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
|
+
"cloudformation:createaction": {
|
|
23
|
+
"key": "cloudformation:CreateAction",
|
|
24
|
+
"description": "Filters access by the name of a resource-mutating API action. Use to control which APIs IAM users can use to add or remove tags on a stack or stack set",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
22
27
|
"cloudformation:importresourcetypes": {
|
|
23
28
|
"key": "cloudformation:ImportResourceTypes",
|
|
24
29
|
"description": "Filters access by the template resource types, such as AWS::EC2::Instance. Use to control which resource types IAM users can work with when they want to import a resource into a stack",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202412201",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-12-
|
|
6
|
+
"updatedAt": "2024-12-20T04:44:40.045Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|