@cloud-copilot/iam-data 0.9.202503141 → 0.9.202503151
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.
|
@@ -14,6 +14,21 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"batchupdateexclusionwindows": {
|
|
18
|
+
"name": "BatchUpdateExclusionWindows",
|
|
19
|
+
"description": "Grants permission to add or remove exclusion windows from Amazon CloudWatch SLOs",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "slo",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
17
32
|
"createservicelevelobjective": {
|
|
18
33
|
"name": "CreateServiceLevelObjective",
|
|
19
34
|
"description": "Grants permission to create a service level objective",
|
|
@@ -96,6 +111,21 @@
|
|
|
96
111
|
"conditionKeys": [],
|
|
97
112
|
"dependentActions": []
|
|
98
113
|
},
|
|
114
|
+
"listservicelevelobjectiveexclusionwindows": {
|
|
115
|
+
"name": "ListServiceLevelObjectiveExclusionWindows",
|
|
116
|
+
"description": "Grants permission to list exclusion windows for an Amazon CloudWatch SLO",
|
|
117
|
+
"accessLevel": "List",
|
|
118
|
+
"resourceTypes": [
|
|
119
|
+
{
|
|
120
|
+
"name": "slo",
|
|
121
|
+
"required": true,
|
|
122
|
+
"conditionKeys": [],
|
|
123
|
+
"dependentActions": []
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"conditionKeys": [],
|
|
127
|
+
"dependentActions": []
|
|
128
|
+
},
|
|
99
129
|
"listservicelevelobjectives": {
|
|
100
130
|
"name": "ListServiceLevelObjectives",
|
|
101
131
|
"description": "Grants permission to list service level objectives",
|
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.202503151",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-03-
|
|
6
|
+
"updatedAt": "2025-03-15T04:44:36.123Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|