@cloud-copilot/iam-data 0.9.202501141 → 0.9.202501151

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.
@@ -106,6 +106,21 @@
106
106
  "conditionKeys": [],
107
107
  "dependentActions": []
108
108
  },
109
+ "describeconnectoroperation": {
110
+ "name": "DescribeConnectorOperation",
111
+ "description": "Grants permission to describe a MSK Connect connector operation",
112
+ "accessLevel": "Read",
113
+ "resourceTypes": [
114
+ {
115
+ "name": "connector operation",
116
+ "required": true,
117
+ "conditionKeys": [],
118
+ "dependentActions": []
119
+ }
120
+ ],
121
+ "conditionKeys": [],
122
+ "dependentActions": []
123
+ },
109
124
  "describecustomplugin": {
110
125
  "name": "DescribeCustomPlugin",
111
126
  "description": "Grants permission to describe an MSK Connect custom plugin",
@@ -136,6 +151,21 @@
136
151
  "conditionKeys": [],
137
152
  "dependentActions": []
138
153
  },
154
+ "listconnectoroperations": {
155
+ "name": "ListConnectorOperations",
156
+ "description": "Grants permission to list all operations of a given MSK Connect connector",
157
+ "accessLevel": "Read",
158
+ "resourceTypes": [
159
+ {
160
+ "name": "connector",
161
+ "required": true,
162
+ "conditionKeys": [],
163
+ "dependentActions": []
164
+ }
165
+ ],
166
+ "conditionKeys": [],
167
+ "dependentActions": []
168
+ },
139
169
  "listconnectors": {
140
170
  "name": "ListConnectors",
141
171
  "description": "Grants permission to list all MSK Connect connectors in this account",
@@ -19,5 +19,12 @@
19
19
  "conditionKeys": [
20
20
  "aws:ResourceTag/${TagKey}"
21
21
  ]
22
+ },
23
+ "connector operation": {
24
+ "key": "connector operation",
25
+ "arn": "arn:${Partition}:kafkaconnect:${Region}:${Account}:connector-operation/${ConnectorName}/${ConnectorUUID}/${UUID}",
26
+ "conditionKeys": [
27
+ "aws:ResourceTag/${TagKey}"
28
+ ]
22
29
  }
23
30
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202501141",
3
+ "version": "0.9.202501151",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-01-14T04:43:04.501Z",
6
+ "updatedAt": "2025-01-15T04:43:28.798Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",