@cloud-copilot/iam-data 0.21.202607291 → 0.21.202607301
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.
- package/data/actions/gameliftstreams.json +76 -0
- package/data/actions/iotsitewise.json +1408 -147
- package/data/actions/kafka.json +96 -0
- package/data/conditionKeys/iotsitewise.json +5 -0
- package/data/resourceTypes/iotsitewise.json +28 -0
- package/data/resourceTypes/kafka.json +7 -0
- package/package.json +2 -2
package/data/actions/kafka.json
CHANGED
|
@@ -29,6 +29,24 @@
|
|
|
29
29
|
"conditionKeys": [],
|
|
30
30
|
"dependentActions": []
|
|
31
31
|
},
|
|
32
|
+
"createchannel": {
|
|
33
|
+
"name": "CreateChannel",
|
|
34
|
+
"description": "Grants permission to create an MSK Data Channel for an MSK cluster",
|
|
35
|
+
"accessLevel": "Write",
|
|
36
|
+
"resourceTypes": [
|
|
37
|
+
{
|
|
38
|
+
"name": "cluster",
|
|
39
|
+
"required": true,
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"conditionKeys": [
|
|
45
|
+
"aws:RequestTag/${TagKey}",
|
|
46
|
+
"aws:TagKeys"
|
|
47
|
+
],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
32
50
|
"createcluster": {
|
|
33
51
|
"name": "CreateCluster",
|
|
34
52
|
"description": "Grants permission to create an MSK cluster",
|
|
@@ -137,6 +155,27 @@
|
|
|
137
155
|
],
|
|
138
156
|
"dependentActions": []
|
|
139
157
|
},
|
|
158
|
+
"deletechannel": {
|
|
159
|
+
"name": "DeleteChannel",
|
|
160
|
+
"description": "Grants permission to delete an MSK Data Channel",
|
|
161
|
+
"accessLevel": "Write",
|
|
162
|
+
"resourceTypes": [
|
|
163
|
+
{
|
|
164
|
+
"name": "channel",
|
|
165
|
+
"required": true,
|
|
166
|
+
"conditionKeys": [],
|
|
167
|
+
"dependentActions": []
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "cluster",
|
|
171
|
+
"required": true,
|
|
172
|
+
"conditionKeys": [],
|
|
173
|
+
"dependentActions": []
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"conditionKeys": [],
|
|
177
|
+
"dependentActions": []
|
|
178
|
+
},
|
|
140
179
|
"deletecluster": {
|
|
141
180
|
"name": "DeleteCluster",
|
|
142
181
|
"description": "Grants permission to delete an MSK cluster",
|
|
@@ -227,6 +266,27 @@
|
|
|
227
266
|
"conditionKeys": [],
|
|
228
267
|
"dependentActions": []
|
|
229
268
|
},
|
|
269
|
+
"describechannel": {
|
|
270
|
+
"name": "DescribeChannel",
|
|
271
|
+
"description": "Grants permission to describe an MSK Data Channel",
|
|
272
|
+
"accessLevel": "Read",
|
|
273
|
+
"resourceTypes": [
|
|
274
|
+
{
|
|
275
|
+
"name": "channel",
|
|
276
|
+
"required": true,
|
|
277
|
+
"conditionKeys": [],
|
|
278
|
+
"dependentActions": []
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "cluster",
|
|
282
|
+
"required": true,
|
|
283
|
+
"conditionKeys": [],
|
|
284
|
+
"dependentActions": []
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"conditionKeys": [],
|
|
288
|
+
"dependentActions": []
|
|
289
|
+
},
|
|
230
290
|
"describecluster": {
|
|
231
291
|
"name": "DescribeCluster",
|
|
232
292
|
"description": "Grants permission to describe an MSK cluster",
|
|
@@ -394,6 +454,21 @@
|
|
|
394
454
|
"conditionKeys": [],
|
|
395
455
|
"dependentActions": []
|
|
396
456
|
},
|
|
457
|
+
"listchannels": {
|
|
458
|
+
"name": "ListChannels",
|
|
459
|
+
"description": "Grants permission to list all MSK Data Channels for a specified MSK cluster",
|
|
460
|
+
"accessLevel": "List",
|
|
461
|
+
"resourceTypes": [
|
|
462
|
+
{
|
|
463
|
+
"name": "cluster",
|
|
464
|
+
"required": true,
|
|
465
|
+
"conditionKeys": [],
|
|
466
|
+
"dependentActions": []
|
|
467
|
+
}
|
|
468
|
+
],
|
|
469
|
+
"conditionKeys": [],
|
|
470
|
+
"dependentActions": []
|
|
471
|
+
},
|
|
397
472
|
"listclientvpcconnections": {
|
|
398
473
|
"name": "ListClientVpcConnections",
|
|
399
474
|
"description": "Grants permission to list all MSK VPC connections created for a cluster",
|
|
@@ -705,6 +780,27 @@
|
|
|
705
780
|
"conditionKeys": [],
|
|
706
781
|
"dependentActions": []
|
|
707
782
|
},
|
|
783
|
+
"updatechannel": {
|
|
784
|
+
"name": "UpdateChannel",
|
|
785
|
+
"description": "Grants permission to update the configuration of an MSK Data Channel",
|
|
786
|
+
"accessLevel": "Write",
|
|
787
|
+
"resourceTypes": [
|
|
788
|
+
{
|
|
789
|
+
"name": "channel",
|
|
790
|
+
"required": true,
|
|
791
|
+
"conditionKeys": [],
|
|
792
|
+
"dependentActions": []
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "cluster",
|
|
796
|
+
"required": true,
|
|
797
|
+
"conditionKeys": [],
|
|
798
|
+
"dependentActions": []
|
|
799
|
+
}
|
|
800
|
+
],
|
|
801
|
+
"conditionKeys": [],
|
|
802
|
+
"dependentActions": []
|
|
803
|
+
},
|
|
708
804
|
"updateclusterconfiguration": {
|
|
709
805
|
"name": "UpdateClusterConfiguration",
|
|
710
806
|
"description": "Grants permission to update the configuration of the MSK cluster",
|
|
@@ -59,6 +59,11 @@
|
|
|
59
59
|
"description": "Filters access by the ID of an asset property",
|
|
60
60
|
"type": "String"
|
|
61
61
|
},
|
|
62
|
+
"iotsitewise:taskarns": {
|
|
63
|
+
"key": "iotsitewise:taskArns",
|
|
64
|
+
"description": "Filters access by the task ARNs specified in the pipeline request",
|
|
65
|
+
"type": "ArrayOfARN"
|
|
66
|
+
},
|
|
62
67
|
"iotsitewise:user": {
|
|
63
68
|
"key": "iotsitewise:user",
|
|
64
69
|
"description": "Filters access by the ID of an AWS Single Sign-On user",
|
|
@@ -6,6 +6,13 @@
|
|
|
6
6
|
"aws:ResourceTag/${TagKey}"
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
|
+
"application": {
|
|
10
|
+
"key": "application",
|
|
11
|
+
"arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:workspace/${WorkspaceName}/application/${ApplicationId}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
9
16
|
"asset": {
|
|
10
17
|
"key": "asset",
|
|
11
18
|
"arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}",
|
|
@@ -48,6 +55,13 @@
|
|
|
48
55
|
"aws:ResourceTag/${TagKey}"
|
|
49
56
|
]
|
|
50
57
|
},
|
|
58
|
+
"pipeline": {
|
|
59
|
+
"key": "pipeline",
|
|
60
|
+
"arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:workspace/${WorkspaceName}/pipeline/${PipelineName}",
|
|
61
|
+
"conditionKeys": [
|
|
62
|
+
"aws:ResourceTag/${TagKey}"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
51
65
|
"portal": {
|
|
52
66
|
"key": "portal",
|
|
53
67
|
"arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}",
|
|
@@ -62,11 +76,25 @@
|
|
|
62
76
|
"aws:ResourceTag/${TagKey}"
|
|
63
77
|
]
|
|
64
78
|
},
|
|
79
|
+
"task": {
|
|
80
|
+
"key": "task",
|
|
81
|
+
"arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:workspace/${WorkspaceName}/task/${TaskName}",
|
|
82
|
+
"conditionKeys": [
|
|
83
|
+
"aws:ResourceTag/${TagKey}"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
65
86
|
"time-series": {
|
|
66
87
|
"key": "time-series",
|
|
67
88
|
"arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:time-series/${TimeSeriesId}",
|
|
68
89
|
"conditionKeys": [
|
|
69
90
|
"aws:ResourceTag/${TagKey}"
|
|
70
91
|
]
|
|
92
|
+
},
|
|
93
|
+
"workspace": {
|
|
94
|
+
"key": "workspace",
|
|
95
|
+
"arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:workspace/${WorkspaceName}",
|
|
96
|
+
"conditionKeys": [
|
|
97
|
+
"aws:ResourceTag/${TagKey}"
|
|
98
|
+
]
|
|
71
99
|
}
|
|
72
100
|
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
+
"channel": {
|
|
3
|
+
"key": "channel",
|
|
4
|
+
"arn": "arn:${Partition}:kafka:${Region}:${Account}:channel/${ClusterName}/${ClusterUuid}/${ChannelName}/${Uuid}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
2
9
|
"cluster": {
|
|
3
10
|
"key": "cluster",
|
|
4
11
|
"arn": "arn:${Partition}:kafka:${Region}:${Account}:cluster/${ClusterName}/${Uuid}",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.202607301",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-07-
|
|
9
|
+
"updatedAt": "2026-07-30T05:31:27.562Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|