@cloud-copilot/iam-data 0.3.202409041 → 0.3.202409051

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.
@@ -25,7 +25,6 @@
25
25
  },
26
26
  "addpolicygrant": {
27
27
  "name": "AddPolicyGrant",
28
- "isPermissionOnly": true,
29
28
  "description": "Grants permission to add a policy grant",
30
29
  "accessLevel": "Write",
31
30
  "resourceTypes": [],
@@ -909,7 +908,6 @@
909
908
  },
910
909
  "listpolicygrants": {
911
910
  "name": "ListPolicyGrants",
912
- "isPermissionOnly": true,
913
911
  "description": "Grants permission to list policy grants",
914
912
  "accessLevel": "List",
915
913
  "resourceTypes": [],
@@ -1082,7 +1080,6 @@
1082
1080
  },
1083
1081
  "removepolicygrant": {
1084
1082
  "name": "RemovePolicyGrant",
1085
- "isPermissionOnly": true,
1086
1083
  "description": "Grants permission to remove a policy grant",
1087
1084
  "accessLevel": "Write",
1088
1085
  "resourceTypes": [],
@@ -134,6 +134,21 @@
134
134
  ],
135
135
  "dependentActions": []
136
136
  },
137
+ "getsafetylever": {
138
+ "name": "GetSafetyLever",
139
+ "description": "Grants permission to get information about the safety lever",
140
+ "accessLevel": "Read",
141
+ "resourceTypes": [
142
+ {
143
+ "name": "safety-lever",
144
+ "required": true,
145
+ "conditionKeys": [],
146
+ "dependentActions": []
147
+ }
148
+ ],
149
+ "conditionKeys": [],
150
+ "dependentActions": []
151
+ },
137
152
  "gettargetaccountconfiguration": {
138
153
  "name": "GetTargetAccountConfiguration",
139
154
  "description": "Grants permission to retrieve an AWS FIS target account configuration for an AWS FIS experiment template",
@@ -448,6 +463,21 @@
448
463
  ],
449
464
  "dependentActions": []
450
465
  },
466
+ "updatesafetyleverstate": {
467
+ "name": "UpdateSafetyLeverState",
468
+ "description": "Grants permission to update the state of the safety lever",
469
+ "accessLevel": "Write",
470
+ "resourceTypes": [
471
+ {
472
+ "name": "safety-lever",
473
+ "required": true,
474
+ "conditionKeys": [],
475
+ "dependentActions": []
476
+ }
477
+ ],
478
+ "conditionKeys": [],
479
+ "dependentActions": []
480
+ },
451
481
  "updatetargetaccountconfiguration": {
452
482
  "name": "UpdateTargetAccountConfiguration",
453
483
  "description": "Grants permission to update an AWS FIS target account configuration",
@@ -19,5 +19,9 @@
19
19
  "conditionKeys": [
20
20
  "aws:ResourceTag/${TagKey}"
21
21
  ]
22
+ },
23
+ "safety-lever": {
24
+ "key": "safety-lever",
25
+ "arn": "arn:${Partition}:fis:${Region}:${Account}:safety-lever/${Id}"
22
26
  }
23
27
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.3.202409041",
3
+ "version": "0.3.202409051",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-09-04T04:46:32.834Z",
6
+ "updatedAt": "2024-09-05T04:46:39.208Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",